.ThinkingSelector-module__Is9ofW__Container{--motion-spring:cubic-bezier(.16, 1, .3, 1);--motion-entry-duration:.4s;--motion-entry-stagger:70ms;--motion-interactive:cubic-bezier(.25, .1, .25, 1);--motion-hover-duration:.2s;--motion-expand:cubic-bezier(.22, 1, .36, 1);--motion-expand-duration:.3s;--motion-micro-duration:.15s;position:relative}.ThinkingSelector-module__Is9ofW__ThinkChip{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}.ThinkingSelector-module__Is9ofW__ThinkChipInactive{color:var(--text-secondary)}.ThinkingSelector-module__Is9ofW__ThinkChipActive{color:var(--thinking-color,#60a5fa)}.ThinkingSelector-module__Is9ofW__ThinkChipHovered{background-color:color-mix(in srgb, var(--thinking-color,#60a5fa) 10%, transparent);border-color:color-mix(in srgb, var(--thinking-color,#60a5fa) 30%, transparent);color:var(--thinking-color,#60a5fa)}.ThinkingSelector-module__Is9ofW__IconArea{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background-color .1s;display:flex}.ThinkingSelector-module__Is9ofW__ThinkIcon{background-color:currentColor;flex-shrink:0;width:18px;height:18px;-webkit-mask-image:url(/thinkicon.png);mask-image:url(/thinkicon.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ThinkingSelector-module__Is9ofW__IconArea:hover{background-color:#ffffff1a}.ThinkingSelector-module__Is9ofW__IconAreaReadOnly,.ThinkingSelector-module__Is9ofW__IconAreaReadOnly:hover{cursor:default!important;background-color:#0000!important}.ThinkingSelector-module__Is9ofW__IconAreaDismiss:hover{background-color:color-mix(in srgb, var(--thinking-color,#60a5fa) 20%, transparent);color:var(--thinking-color,#60a5fa)}.ThinkingSelector-module__Is9ofW__TextArea{cursor:pointer;-webkit-user-select:none;user-select:none;padding:4px;font-weight:500}.ThinkingSelector-module__Is9ofW__Menu{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:140px;padding:6px;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0006}.ThinkingSelector-module__Is9ofW__MenuOpen{opacity:1;pointer-events:auto;animation:.18s cubic-bezier(.16,1,.3,1) ThinkingSelector-module__Is9ofW__thinkingMenuSlideIn;transform:translate(-50%)translateY(0)scale(1)}.ThinkingSelector-module__Is9ofW__MenuClosed{opacity:0;pointer-events:none;animation:.15s ease-out ThinkingSelector-module__Is9ofW__thinkingMenuSlideOut;transform:translate(-50%)translateY(4px)scale(.96)}@keyframes ThinkingSelector-module__Is9ofW__thinkingMenuSlideIn{0%{opacity:0;transform:translate(-50%)translateY(6px)scale(.95)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes ThinkingSelector-module__Is9ofW__thinkingMenuSlideOut{0%{opacity:1;transform:translate(-50%)translateY(0)scale(1)}to{opacity:0;transform:translate(-50%)translateY(6px)scale(.95)}}.ThinkingSelector-module__Is9ofW__MenuItem{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}.ThinkingSelector-module__Is9ofW__MenuItem:hover{background-color:var(--dropdown-hover,#404040)}.ThinkingSelector-module__Is9ofW__MenuItemActive{color:var(--thinking-color,#60a5fa)}.ThinkingSelector-module__Is9ofW__MenuItemLocked{opacity:.45;cursor:not-allowed!important}.ThinkingSelector-module__Is9ofW__MenuItemLocked:hover{background-color:#0000}.ThinkingSelector-module__Is9ofW__LockBadgeMobile{text-transform:uppercase;letter-spacing:.5px;background:color-mix(in srgb, var(--thinking-color,#60a5fa) 15%, transparent);color:var(--thinking-color,#60a5fa);border-radius:4px;margin-left:8px;padding:1px 6px;font-size:10px;font-weight:600;display:none}@media (hover:none),(max-width:768px){.ThinkingSelector-module__Is9ofW__LockBadgeMobile{display:inline}}.ThinkingSelector-module__Is9ofW__MenuItemLabel{flex:1}.ThinkingSelector-module__Is9ofW__MenuTooltipWrapper{width:100%;display:flex}.ThinkingSelector-module__Is9ofW__ThinkingInd.ThinkingSelector-module__Is9ofW__Divider{background-color:var(--dropdown-border,#1f1f1f);height:1px;margin:4px 0}.ThinkingSelector-module__Is9ofW__ThinkingIndicator{color:var(--thinking-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}.ThinkingSelector-module__Is9ofW__ThinkingIndicatorIcon{flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;position:relative}.ThinkingSelector-module__Is9ofW__ThinkingHoverChevron{opacity:0;transition:opacity var(--motion-hover-duration,.2s) var(--motion-interactive,ease), transform var(--motion-hover-duration,.2s) var(--motion-interactive,ease);margin:auto;position:absolute;inset:0;transform:scale(.8)}.ThinkingSelector-module__Is9ofW__ThinkingIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingHoverChevron{opacity:.7;transform:scale(1)}.ThinkingSelector-module__Is9ofW__ThinkingDotMatrix{transition:opacity var(--motion-hover-duration,.2s) var(--motion-interactive,ease), transform var(--motion-hover-duration,.2s) var(--motion-interactive,ease);will-change:opacity, transform;transform-origin:50%;grid-template-columns:repeat(3,1fr);place-items:center;gap:2.5px;padding:1px;display:grid;position:absolute;inset:0;transform:translateZ(0)}.ThinkingSelector-module__Is9ofW__ThinkingDot{opacity:.2;width:3.5px;height:3.5px;box-shadow:none;transition:opacity var(--motion-micro-duration,.15s) ease;will-change:opacity;background:currentColor;border-radius:999px}.ThinkingSelector-module__Is9ofW__ThinkingDotActive{opacity:.7;box-shadow:none;background:currentColor}.ThinkingSelector-module__Is9ofW__ThinkingDotActive[data-strength="0"]{opacity:1;box-shadow:none;background:currentColor}.ThinkingSelector-module__Is9ofW__ThinkingDotActive[data-strength="1"]{opacity:.88;box-shadow:none;background:currentColor}.ThinkingSelector-module__Is9ofW__ThinkingDotActive[data-strength="2"]{opacity:.72;box-shadow:none;background:currentColor}.ThinkingSelector-module__Is9ofW__ThinkingDotActive[data-strength="3"]{opacity:.56;box-shadow:none;background:currentColor}.ThinkingSelector-module__Is9ofW__ThinkingDotComplete{opacity:.94;box-shadow:none;background:currentColor}.ThinkingSelector-module__Is9ofW__ThinkingChevron{opacity:0;margin:auto;transition:opacity .15s;position:absolute;inset:0}.ThinkingSelector-module__Is9ofW__ThinkingIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingDotMatrix{opacity:0;transform:scale(.88)}.ThinkingSelector-module__Is9ofW__ThinkingIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingChevron{opacity:1}.ThinkingSelector-module__Is9ofW__ThinkingIndicator:not(.ThinkingSelector-module__Is9ofW__ThinkingIndicatorComplete) .ThinkingSelector-module__Is9ofW__ThinkingText{background:linear-gradient(90deg, var(--gradient-start,#60a5fa) 0%, var(--gradient-end,#1d4ed8) 50%, var(--gradient-start,#60a5fa) 100%);-webkit-text-fill-color:transparent;will-change:background-position;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2s ease-in-out infinite ThinkingSelector-module__Is9ofW__shimmer}@keyframes ThinkingSelector-module__Is9ofW__shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.ThinkingSelector-module__Is9ofW__ThinkingText{font-weight:500}.ThinkingSelector-module__Is9ofW__ThinkingIndicatorComplete{color:var(--text-secondary)}.ThinkingSelector-module__Is9ofW__ThinkingIndicatorComplete .ThinkingSelector-module__Is9ofW__ThinkingText{-webkit-text-fill-color:currentColor;background:0 0}.ThinkingSelector-module__Is9ofW__Chevron{will-change:transform;flex-shrink:0;transition:transform .2s;transform:translateZ(0)}.ThinkingSelector-module__Is9ofW__ChevronExpanded{transform:rotate(90deg)translateZ(0)}@media (hover:none){.ThinkingSelector-module__Is9ofW__ThinkingIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingDotMatrix{opacity:1}.ThinkingSelector-module__Is9ofW__ThinkingIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingChevron{opacity:0}}.ThinkingSelector-module__Is9ofW__SmoothExpand{opacity:0;transition:grid-template-rows var(--motion-expand-duration,.3s) var(--motion-expand,cubic-bezier(.22, 1, .36, 1)), opacity var(--motion-hover-duration,.2s) ease, transform var(--motion-expand-duration,.3s) var(--motion-expand,cubic-bezier(.22, 1, .36, 1));grid-template-rows:0fr;display:grid;overflow:hidden;transform:translateY(-3px)}.ThinkingSelector-module__Is9ofW__SmoothExpandOpen{opacity:1;transition:grid-template-rows var(--motion-expand-duration,.3s) var(--motion-expand,cubic-bezier(.22, 1, .36, 1)), opacity var(--motion-hover-duration,.2s) ease 40ms, transform var(--motion-expand-duration,.3s) var(--motion-expand,cubic-bezier(.22, 1, .36, 1));grid-template-rows:1fr;transform:translateY(0)}.ThinkingSelector-module__Is9ofW__SmoothExpandInner{min-height:0;overflow:hidden}.ThinkingSelector-module__Is9ofW__ThinkingContent{color:var(--text-secondary,#b4b4b4);border-left:2px solid var(--thinking-color,#333);overscroll-behavior:contain;overflow-anchor:none;scrollbar-width:thin;scrollbar-color:var(--dropdown-border,#ffffff1a) transparent;max-height:400px;margin:4px 0 4px 6px;padding:0 0 0 24px;font-size:14px;line-height:1.6;overflow-y:auto}.ThinkingSelector-module__Is9ofW__ThinkingContentComplete{border-left:2px solid color-mix(in srgb, var(--text-secondary,#b4b4b4) 35%, transparent)}.ThinkingSelector-module__Is9ofW__ThinkingContent::-webkit-scrollbar{width:6px}.ThinkingSelector-module__Is9ofW__ThinkingContent::-webkit-scrollbar-track{background:0 0}.ThinkingSelector-module__Is9ofW__ThinkingContent::-webkit-scrollbar-thumb{background:var(--dropdown-border,#444);border-radius:4px}.ThinkingSelector-module__Is9ofW__ThinkingContent p{margin:0 0 1em}.ThinkingSelector-module__Is9ofW__ThinkingContent p:last-child{margin-bottom:0}.ThinkingSelector-module__Is9ofW__ThinkingContent ul,.ThinkingSelector-module__Is9ofW__ThinkingContent ol{margin:0 0 1em;padding-left:1.5em}.ThinkingSelector-module__Is9ofW__ThinkingContent li{margin-bottom:.5em}.ThinkingSelector-module__Is9ofW__WebSearchBlock{width:100%;min-width:0;animation:ThinkingSelector-module__Is9ofW__webSearchBlockIn var(--motion-entry-duration,.4s) var(--motion-spring,cubic-bezier(.16, 1, .3, 1)) both;margin:-2px 0 2px}@keyframes ThinkingSelector-module__Is9ofW__webSearchBlockIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ThinkingSelector-module__Is9ofW__WebSearchBlockCompactTop{margin-top:-14px}.ThinkingSelector-module__Is9ofW__WebSearchBlock:first-child{margin-top:-6px}.ThinkingSelector-module__Is9ofW__InlineThoughtBlock{animation:ThinkingSelector-module__Is9ofW__inlineThoughtIn var(--motion-entry-duration,.4s) var(--motion-spring,cubic-bezier(.16, 1, .3, 1)) both;margin:-6px 0 2px}@keyframes ThinkingSelector-module__Is9ofW__inlineThoughtIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.ThinkingSelector-module__Is9ofW__WorkSequenceBlock{animation:ThinkingSelector-module__Is9ofW__workSequenceBlockIn var(--motion-entry-duration,.4s) var(--motion-spring,cubic-bezier(.16, 1, .3, 1)) both;margin:-14px 0 2px}@keyframes ThinkingSelector-module__Is9ofW__workSequenceBlockIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ThinkingSelector-module__Is9ofW__WorkSequenceBlock+h1,.ThinkingSelector-module__Is9ofW__WorkSequenceBlock+h2,.ThinkingSelector-module__Is9ofW__WorkSequenceBlock+h3{margin-top:.45em}.ThinkingSelector-module__Is9ofW__InlineThoughtBlock .ThinkingSelector-module__Is9ofW__ThinkingIndicator{align-items:center;padding:4px 0}.ThinkingSelector-module__Is9ofW__InlineThoughtBlock .ThinkingSelector-module__Is9ofW__ThinkingText{line-height:18px}.ThinkingSelector-module__Is9ofW__WorkSequenceBlock .ThinkingSelector-module__Is9ofW__ThinkingIndicator{align-items:center;padding:4px 0}.ThinkingSelector-module__Is9ofW__WorkSequenceBlock .ThinkingSelector-module__Is9ofW__ThinkingText{line-height:18px}.ThinkingSelector-module__Is9ofW__WorkSequenceChevron{opacity:0;transition:transform var(--motion-hover-duration,.2s) var(--motion-interactive,ease), opacity var(--motion-micro-duration,.15s) ease;justify-content:center;align-items:center;margin-left:2px;font-size:16px;line-height:1;display:inline-flex;transform:translateY(-1px)translate(-2px)}.ThinkingSelector-module__Is9ofW__ThinkingText:hover+.ThinkingSelector-module__Is9ofW__WorkSequenceChevron,.ThinkingSelector-module__Is9ofW__WorkSequenceChevron:hover{opacity:.65;transform:translateY(-1px)translate(0)}.ThinkingSelector-module__Is9ofW__WorkSequenceChevronExpanded{opacity:.9;transform:translateY(-1px)translate(0)rotate(90deg)}.ThinkingSelector-module__Is9ofW__ThinkingIndicator:hover .ThinkingSelector-module__Is9ofW__WorkSequenceChevron{opacity:.65;transform:translateY(-1px)translate(0)}.ThinkingSelector-module__Is9ofW__ThinkingIndicator:hover .ThinkingSelector-module__Is9ofW__WorkSequenceChevronExpanded{opacity:.9;transform:translateY(-1px)translate(0)rotate(90deg)}.ThinkingSelector-module__Is9ofW__ThinkingCompleteChevron{opacity:.5;justify-content:center;align-items:center;margin-left:4px;font-size:16px;line-height:1;transition:transform .16s,opacity .16s;display:inline-flex;transform:translateY(-1px)}.ThinkingSelector-module__Is9ofW__ThinkingCompleteChevronExpanded{opacity:.9;transform:translateY(-1px)rotate(90deg)}.ThinkingSelector-module__Is9ofW__WorkSequenceTimelineWrap{opacity:0;transition:grid-template-rows var(--motion-expand-duration,.3s) var(--motion-expand,cubic-bezier(.22, 1, .36, 1)), opacity var(--motion-hover-duration,.2s) ease, transform var(--motion-expand-duration,.3s) var(--motion-expand,cubic-bezier(.22, 1, .36, 1));contain:content;grid-template-rows:0fr;display:grid;overflow:hidden;transform:translateY(-3px)}.ThinkingSelector-module__Is9ofW__WorkSequenceTimelineWrapExpanded{opacity:1;grid-template-rows:1fr;transform:translateY(0)}.ThinkingSelector-module__Is9ofW__WorkSequenceTimelineWrapPreview{pointer-events:none}.ThinkingSelector-module__Is9ofW__WorkSequenceTimeline{min-height:0;margin:0;padding:0;display:grid;overflow:hidden}.ThinkingSelector-module__Is9ofW__WorkSequenceTimelineWrapExpanded .ThinkingSelector-module__Is9ofW__WorkSequenceTimeline{margin:6px 0 8px;padding:2px 0}.ThinkingSelector-module__Is9ofW__WorkSequenceStep{opacity:0;min-height:26px;animation:ThinkingSelector-module__Is9ofW__workSequenceStepIn var(--motion-entry-duration,.4s) var(--motion-spring,cubic-bezier(.16, 1, .3, 1)) both;animation-delay:calc(var(--step-index,0) * var(--motion-entry-stagger,70ms));grid-template-columns:28px minmax(0,1fr);align-items:flex-start;gap:8px;padding-bottom:22px;display:grid;position:relative;transform:translateY(8px)}.ThinkingSelector-module__Is9ofW__WorkSequenceStep[data-kind=search]{padding-bottom:26px}.ThinkingSelector-module__Is9ofW__WorkSequenceStep+.ThinkingSelector-module__Is9ofW__WorkSequenceStep[data-kind=search]{padding-top:4px}.ThinkingSelector-module__Is9ofW__WorkSequenceStep[data-step-kind=thought]{padding-bottom:14px}.ThinkingSelector-module__Is9ofW__WorkSequenceRetryStep .ThinkingSelector-module__Is9ofW__WorkSequenceDetailContent{padding-bottom:14px;position:relative}.ThinkingSelector-module__Is9ofW__WorkSequenceRetryStep .ThinkingSelector-module__Is9ofW__WorkSequenceDetailContent:after{content:"";pointer-events:none;background:linear-gradient(to bottom, color-mix(in srgb, var(--thinking-color,var(--action-color,#a78bfa)) 0%, transparent), color-mix(in srgb, var(--thinking-color,var(--action-color,#a78bfa)) 12%, transparent));border-radius:0 0 6px 6px;height:18px;position:absolute;bottom:0;left:0;right:0}.ThinkingSelector-module__Is9ofW__WorkSequenceStep:after{content:"";background:color-mix(in srgb, currentColor 22%, transparent);transform-origin:top;width:1px;animation:ThinkingSelector-module__Is9ofW__workSequenceLineIn var(--motion-entry-duration,.4s) 60ms var(--motion-spring,cubic-bezier(.16, 1, .3, 1)) both;pointer-events:none;position:absolute;top:24px;bottom:6px;left:14px;transform:translate(-50%)}.ThinkingSelector-module__Is9ofW__WorkSequenceStep[data-last]:after{display:none}.ThinkingSelector-module__Is9ofW__WorkSequenceStep:last-child{padding-bottom:0}.ThinkingSelector-module__Is9ofW__WorkSequenceStepIcon{width:28px;min-height:22px;color:inherit;justify-content:center;align-items:flex-start;display:inline-flex;position:relative}.ThinkingSelector-module__Is9ofW__WorkSequenceNodeIcon{z-index:1;width:18px;height:18px;color:var(--text-secondary);animation:ThinkingSelector-module__Is9ofW__workSequenceIconIn var(--motion-entry-duration,.4s) 60ms var(--motion-spring,cubic-bezier(.16, 1, .3, 1)) both;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:relative}@keyframes ThinkingSelector-module__Is9ofW__workSequenceStepIn{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ThinkingSelector-module__Is9ofW__workSequenceLineIn{0%{opacity:0;transform:translate(-50%)scaleY(0)}to{opacity:1;transform:translate(-50%)scaleY(1)}}@keyframes ThinkingSelector-module__Is9ofW__workSequenceIconIn{0%{opacity:0;transform:scale(.72)}60%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.ThinkingSelector-module__Is9ofW__WorkSequenceClockIcon,.ThinkingSelector-module__Is9ofW__WorkSequenceCheckIcon{background-color:currentColor;width:16px;height:16px;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ThinkingSelector-module__Is9ofW__WorkSequenceClockIcon{width:19px;height:19px;-webkit-mask-image:url(/clock-two-svgrepo-com.svg);mask-image:url(/clock-two-svgrepo-com.svg)}.ThinkingSelector-module__Is9ofW__WorkSequenceCheckIcon{width:20px;height:20px;-webkit-mask-image:url(/checkmark-circle-svgrepo-com.svg);mask-image:url(/checkmark-circle-svgrepo-com.svg)}.ThinkingSelector-module__Is9ofW__WorkSequenceNodeIcon .ThinkingSelector-module__Is9ofW__WebSearchGlobeIcon{width:16px;height:16px}.ThinkingSelector-module__Is9ofW__WorkSequenceNodeIconSearch,.ThinkingSelector-module__Is9ofW__WorkSequenceNodeIconDone{color:var(--text-secondary)}.ThinkingSelector-module__Is9ofW__WorkSequenceNodeIconError{color:#ef4444}.ThinkingSelector-module__Is9ofW__WorkSequenceStepBody{min-width:0;color:var(--text-secondary);margin-top:-1px;padding-top:0;font-size:14px;line-height:1.45}.ThinkingSelector-module__Is9ofW__WorkSequenceStepTitle{color:var(--text-secondary);margin-bottom:2px;font-weight:500}.ThinkingSelector-module__Is9ofW__WorkSequenceStepTitleSecondary{color:var(--text-tertiary,var(--text-secondary));opacity:.8;margin-bottom:2px;font-size:13px;font-weight:400}.ThinkingSelector-module__Is9ofW__WorkSequenceThoughtBody{color:var(--text-tertiary,var(--text-secondary));opacity:.88;margin-top:4px;font-size:13px;line-height:1.55}.ThinkingSelector-module__Is9ofW__WorkSequenceThoughtPreview{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;opacity:.75;max-width:min(100%,600px);margin-top:2px;font-size:12.5px;line-height:1.4;overflow:hidden}.ThinkingSelector-module__Is9ofW__WorkSequenceThoughtBodyClamped{-webkit-line-clamp:2;overflow-anchor:none;overscroll-behavior:contain;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:3.1em;display:-webkit-box;overflow:hidden;-webkit-mask-image:linear-gradient(#000 50%,#0000 100%);mask-image:linear-gradient(#000 50%,#0000 100%)}.ThinkingSelector-module__Is9ofW__WorkSequenceThoughtBodyExpanded{max-height:520px;padding-right:4px;overflow-y:auto}.ThinkingSelector-module__Is9ofW__WorkSequenceThoughtBody p{margin:0 0 .5em}.ThinkingSelector-module__Is9ofW__WorkSequenceThoughtBody p:last-child{margin-bottom:0}.ThinkingSelector-module__Is9ofW__WorkSequenceThoughtBody pre,.ThinkingSelector-module__Is9ofW__WorkSequenceThoughtBody code{font-size:12px}.ThinkingSelector-module__Is9ofW__WorkSequenceShowAll{color:var(--text-secondary);cursor:pointer;opacity:.75;transition:opacity var(--motion-hover-duration,.2s) var(--motion-interactive,ease), color var(--motion-hover-duration,.2s) var(--motion-interactive,ease);background:0 0;border:none;margin-top:6px;padding:2px 0;font-size:12px;font-weight:500;text-decoration:none}.ThinkingSelector-module__Is9ofW__WorkSequenceShowAll:hover{opacity:1;text-decoration:underline}.ThinkingSelector-module__Is9ofW__WorkSequenceStepTitleClickable{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;width:fit-content;transition:color var(--motion-hover-duration,.2s) var(--motion-interactive,ease);align-items:center;gap:6px;margin-bottom:2px;font-weight:500;display:flex}.ThinkingSelector-module__Is9ofW__WorkSequenceStepTitleClickable:hover{color:var(--text-primary,var(--text-secondary))}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailChevron{opacity:.6;transition:transform var(--motion-hover-duration,.2s) var(--motion-interactive,ease), opacity var(--motion-micro-duration,.15s) ease;flex-shrink:0;font-size:14px;font-weight:600;display:inline-block;transform:rotate(0)}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailChevronExpanded{transform:rotate(90deg)}.ThinkingSelector-module__Is9ofW__WorkSequenceStepTitleClickable:hover .ThinkingSelector-module__Is9ofW__WorkSequenceDetailChevron{opacity:1}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailCollapsible{transition:grid-template-rows var(--motion-expand-duration,.3s) var(--motion-expand,cubic-bezier(.22, 1, .36, 1));grid-template-rows:0fr;display:grid;overflow:hidden}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailCollapsibleOpen{grid-template-rows:1fr}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailContent{opacity:0;min-height:0;transition:opacity var(--motion-hover-duration,.2s) ease 50ms, transform var(--motion-expand-duration,.3s) var(--motion-expand,cubic-bezier(.22, 1, .36, 1)) 20ms, margin-top var(--motion-expand-duration,.3s) var(--motion-expand,cubic-bezier(.22, 1, .36, 1));margin-top:0;overflow:hidden;transform:translateY(-4px)}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailCollapsibleOpen .ThinkingSelector-module__Is9ofW__WorkSequenceDetailContent{opacity:1;margin-top:6px;transform:translateY(0)}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailContent pre{border-radius:8px;max-height:400px;margin:0;font-size:12px;overflow-y:auto}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailContent code{font-size:12px}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailContent p{color:var(--text-tertiary,var(--text-secondary));margin:0 0 .4em;font-size:13px}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailContent p:last-child{margin-bottom:0}.ThinkingSelector-module__Is9ofW__WorkSequenceTypedText{vertical-align:top;overflow-wrap:anywhere;max-width:100%;position:relative}.ThinkingSelector-module__Is9ofW__WorkSequenceBlock .ThinkingSelector-module__Is9ofW__ThinkingText .ThinkingSelector-module__Is9ofW__WorkSequenceTypedText,.ThinkingSelector-module__Is9ofW__WorkSequenceSearchTitle .ThinkingSelector-module__Is9ofW__WorkSequenceTypedText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ThinkingSelector-module__Is9ofW__WorkSequenceSearchHeader{width:min(100%,840px);max-width:min(100%,840px);min-height:20px;color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;margin:0;padding:0;display:flex}.ThinkingSelector-module__Is9ofW__WorkSequenceSearchHeader:disabled{cursor:default}.ThinkingSelector-module__Is9ofW__WorkSequenceSearchCopy{gap:2px;min-width:0;display:grid}.ThinkingSelector-module__Is9ofW__WorkSequenceSearchTitle{color:var(--text-secondary);letter-spacing:-.005em;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14.5px;font-weight:600;line-height:20px;overflow:hidden}.ThinkingSelector-module__Is9ofW__WorkSequenceSearchDomains{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:17px;overflow:hidden}.ThinkingSelector-module__Is9ofW__WorkSequenceSearchReason{width:min(100%,840px);color:var(--text-muted);margin-top:5px;font-size:12.5px;line-height:18px}.ThinkingSelector-module__Is9ofW__WorkSequenceSearchMeta{color:var(--text-muted);white-space:nowrap;transition:color var(--motion-hover-duration,.2s) var(--motion-interactive,ease);flex:none;align-items:center;gap:4px;font-size:12px;font-weight:600;line-height:18px;display:inline-flex}.ThinkingSelector-module__Is9ofW__WorkSequenceSearchHeader:hover .ThinkingSelector-module__Is9ofW__WorkSequenceSearchTitle,.ThinkingSelector-module__Is9ofW__WorkSequenceSearchHeader:hover .ThinkingSelector-module__Is9ofW__WorkSequenceSearchMeta{color:var(--text-primary,var(--text-secondary))}.ThinkingSelector-module__Is9ofW__WorkSequenceMuted{color:var(--text-muted);word-wrap:break-word;overflow-wrap:break-word;margin-top:2px;font-size:12.5px;line-height:20px}.ThinkingSelector-module__Is9ofW__WorkSequenceSources{box-sizing:border-box;width:100%;max-height:260px;animation:ThinkingSelector-module__Is9ofW__workSequenceSourcesIn var(--motion-entry-duration,.4s) 60ms var(--motion-spring,cubic-bezier(.16, 1, .3, 1)) both;transform-origin:top;gap:2px;padding:4px 0;display:grid;overflow-y:auto}.ThinkingSelector-module__Is9ofW__WorkSequenceSource{min-height:28px;color:var(--text-secondary);opacity:0;animation:ThinkingSelector-module__Is9ofW__workSequenceSourceIn var(--motion-entry-duration,.4s) var(--motion-spring,cubic-bezier(.16, 1, .3, 1)) forwards;animation-delay:calc(80ms + var(--source-index,0) * var(--motion-entry-stagger,70ms));transition:background-color var(--motion-hover-duration,.2s) var(--motion-interactive,ease), color var(--motion-hover-duration,.2s) var(--motion-interactive,ease);border-radius:6px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;padding:4px 8px;font-size:12.5px;text-decoration:none;display:grid;transform:translateY(6px)}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceChips{flex-wrap:wrap;align-items:center;gap:6px;width:min(100%,840px);margin-top:4px;display:flex}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceChip,.ThinkingSelector-module__Is9ofW__WorkSequenceSourceMore{border:1px solid color-mix(in srgb, var(--text-secondary,#b4b4b4) 10%, transparent);max-width:190px;height:22px;color:var(--text-muted);background:color-mix(in srgb, var(--text-secondary,#b4b4b4) 5%, transparent);opacity:0;animation:ThinkingSelector-module__Is9ofW__workSequenceSourceIn var(--motion-entry-duration,.4s) var(--motion-spring,cubic-bezier(.16, 1, .3, 1)) forwards;animation-delay:calc(90ms + var(--source-index,0) * 40ms);transition:background-color var(--motion-hover-duration,.2s) var(--motion-interactive,ease), border-color var(--motion-hover-duration,.2s) var(--motion-interactive,ease), color var(--motion-hover-duration,.2s) var(--motion-interactive,ease);border-radius:999px;align-items:center;gap:6px;padding:0 8px;font-size:11.5px;line-height:22px;text-decoration:none;display:inline-flex;transform:translateY(4px)}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceChip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceMore{opacity:1;cursor:pointer;min-width:fit-content;font-family:inherit;animation:none;transform:none}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceChip:hover,.ThinkingSelector-module__Is9ofW__WorkSequenceSourceMore:hover{color:var(--text-primary,var(--text-secondary));border-color:color-mix(in srgb, var(--text-secondary,#b4b4b4) 18%, transparent);background:color-mix(in srgb, var(--text-secondary,#b4b4b4) 8%, transparent)}@keyframes ThinkingSelector-module__Is9ofW__workSequenceSourcesIn{0%{opacity:0;transform:translateY(-6px)scaleY(.96)}to{opacity:1;transform:translateY(0)scaleY(1)}}@keyframes ThinkingSelector-module__Is9ofW__workSequenceSourceIn{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ThinkingSelector-module__Is9ofW__WorkSequenceStep,.ThinkingSelector-module__Is9ofW__WorkSequenceStep:after,.ThinkingSelector-module__Is9ofW__WorkSequenceNodeIcon,.ThinkingSelector-module__Is9ofW__WorkSequenceSources,.ThinkingSelector-module__Is9ofW__WorkSequenceSource,.ThinkingSelector-module__Is9ofW__WorkSequenceSourceChip,.ThinkingSelector-module__Is9ofW__WorkSequenceTypedText,.ThinkingSelector-module__Is9ofW__WebSearchBlock,.ThinkingSelector-module__Is9ofW__WorkSequenceBlock,.ThinkingSelector-module__Is9ofW__InlineThoughtBlock,.ThinkingSelector-module__Is9ofW__WebSearchSourceCount{animation-duration:1ms!important;animation-delay:0s!important}.ThinkingSelector-module__Is9ofW__WorkSequenceStep,.ThinkingSelector-module__Is9ofW__WorkSequenceSources,.ThinkingSelector-module__Is9ofW__WorkSequenceSource,.ThinkingSelector-module__Is9ofW__WorkSequenceSourceChip{transform:none}.ThinkingSelector-module__Is9ofW__WorkSequenceTimelineWrap{transition-duration:1ms!important}}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceTitle,.ThinkingSelector-module__Is9ofW__WorkSequenceSourceDomain{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceTitle{color:var(--text-secondary);font-size:13px;font-weight:500}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceDomain{color:var(--text-muted);text-align:right;opacity:.85;max-width:180px;font-size:11.5px}.ThinkingSelector-module__Is9ofW__WorkSequenceSource:hover{color:var(--text-primary);background:color-mix(in srgb, var(--text-secondary,#b4b4b4) 7%, transparent);text-decoration:none}.ThinkingSelector-module__Is9ofW__WorkSequenceSource:hover .ThinkingSelector-module__Is9ofW__WorkSequenceSourceTitle{color:var(--text-primary,var(--text-secondary))}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceFavicon{object-fit:contain;border-radius:3px;width:14px;height:14px}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceDot{opacity:.7;background:currentColor;border-radius:999px;width:7px;height:7px;margin-left:3px}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceRemainder{color:var(--text-muted);padding:6px 6px 2px 34px;font-size:12px}.ThinkingSelector-module__Is9ofW__WorkSequenceSummaryRow{width:fit-content;color:var(--text-muted);letter-spacing:.01em;animation:ThinkingSelector-module__Is9ofW__workSequenceSummaryIn var(--motion-entry-duration,.4s) var(--motion-spring,cubic-bezier(.16, 1, .3, 1)) both;align-items:center;gap:8px;margin:0 0 12px;padding:4px 0;font-size:12px;line-height:18px;display:inline-flex}.ThinkingSelector-module__Is9ofW__WorkSequenceSummaryDot{background:color-mix(in srgb, var(--text-secondary,#b4b4b4) 45%, transparent);border-radius:999px;flex-shrink:0;width:5px;height:5px}.ThinkingSelector-module__Is9ofW__WorkSequenceSummaryText{color:var(--text-secondary,#b4b4b4);opacity:.78;font-weight:500}@keyframes ThinkingSelector-module__Is9ofW__workSequenceSummaryIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ThinkingSelector-module__Is9ofW__WorkSequenceSummaryRow{animation-duration:1ms!important}}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailContent .ThinkingSelector-module__Is9ofW__WorkSequenceSources{max-height:320px;padding:2px 0 0}.ThinkingSelector-module__Is9ofW__WorkSequenceDetailContent .ThinkingSelector-module__Is9ofW__WorkSequenceSearchReason{margin:0 0 8px}@media (max-width:640px){.ThinkingSelector-module__Is9ofW__WorkSequenceSearchHeader{flex-direction:column;align-items:flex-start;gap:4px}.ThinkingSelector-module__Is9ofW__WorkSequenceSearchMeta{align-self:flex-start}.ThinkingSelector-module__Is9ofW__WorkSequenceSource{grid-template-columns:18px minmax(0,1fr)}.ThinkingSelector-module__Is9ofW__WorkSequenceSourceDomain{display:none}}.ThinkingSelector-module__Is9ofW__WebSearchBlock .ThinkingSelector-module__Is9ofW__ThinkingIndicator{align-items:center;padding:4px 0}.ThinkingSelector-module__Is9ofW__WebSearchBlock .ThinkingSelector-module__Is9ofW__ThinkingText{line-height:18px}.ThinkingSelector-module__Is9ofW__WebSearchIndicatorRunning{color:var(--thinking-color,#60a5fa)}.ThinkingSelector-module__Is9ofW__WebSearchSourceCount{color:currentColor;background:color-mix(in srgb, currentColor 12%, transparent);border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 6px;font-size:11px;font-weight:600;animation:.35s cubic-bezier(.16,1,.3,1) both ThinkingSelector-module__Is9ofW__webSearchBadgeIn;display:inline-flex}@keyframes ThinkingSelector-module__Is9ofW__webSearchBadgeIn{0%{opacity:0;transform:scale(.7)}60%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.ThinkingSelector-module__Is9ofW__WebSearchPromptPreview{max-width:min(620px,100% - 24px);color:var(--text-tertiary,#8f8f8f);white-space:normal;word-wrap:break-word;overflow-wrap:anywhere;flex-direction:column;gap:4px;margin:-2px 0 6px 24px;font-size:12.5px;font-style:italic;line-height:1.45;animation:.35s cubic-bezier(.16,1,.3,1) ThinkingSelector-module__Is9ofW__webSearchPromptIn;display:flex}.ThinkingSelector-module__Is9ofW__WebSearchPromptParagraph{display:block}.ThinkingSelector-module__Is9ofW__WebSearchFavicons{vertical-align:middle;flex:0 0 18px;justify-content:center;align-self:center;align-items:center;width:18px;height:18px;display:inline-flex;position:relative}.ThinkingSelector-module__Is9ofW__WebSearchFaviconFrame{width:18px;height:18px;box-shadow:none;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:0;left:0;overflow:hidden}.ThinkingSelector-module__Is9ofW__WebSearchGlobeIcon{background-color:currentColor;flex-shrink:0;width:18px;height:18px;-webkit-mask-image:url(/globee.svg);mask-image:url(/globee.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ThinkingSelector-module__Is9ofW__WebSearchGlobeIconRunning{transform-origin:50%;transform-style:preserve-3d;will-change:transform;animation:1.8s cubic-bezier(.4,0,.2,1) infinite ThinkingSelector-module__Is9ofW__webSearchGlobeSpin}@keyframes ThinkingSelector-module__Is9ofW__webSearchGlobeSpin{0%{transform:perspective(80px)rotateY(0)}to{transform:perspective(80px)rotateY(360deg)}}@media (prefers-reduced-motion:reduce){.ThinkingSelector-module__Is9ofW__WebSearchGlobeIconRunning{animation:none}}.ThinkingSelector-module__Is9ofW__WebSearchFavicon{object-fit:contain;width:14px;height:14px}.ThinkingSelector-module__Is9ofW__WebSearchFaviconFallback{opacity:.8;background:currentColor;border-radius:999px;width:7px;height:7px}.ThinkingSelector-module__Is9ofW__WebSearchContent{border-left-color:color-mix(in srgb, var(--search-color,#22c55e) 55%, transparent)}.ThinkingSelector-module__Is9ofW__WebSearchRun{border-bottom:1px solid color-mix(in srgb, var(--text-secondary,#b4b4b4) 14%, transparent);flex-direction:column;gap:8px;padding:8px 0 12px;display:flex}.ThinkingSelector-module__Is9ofW__WebSearchRun:last-child{border-bottom:none;padding-bottom:4px}.ThinkingSelector-module__Is9ofW__WebSearchRunHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.ThinkingSelector-module__Is9ofW__WebSearchRunTitle{text-transform:uppercase;color:var(--text-primary,#f5f5f5);font-size:12px;font-weight:700}.ThinkingSelector-module__Is9ofW__WebSearchStatus{text-transform:uppercase;color:var(--text-tertiary,#8f8f8f);font-size:11px;font-weight:700}.ThinkingSelector-module__Is9ofW__WebSearchStatus_running{color:var(--search-color,#22c55e)}.ThinkingSelector-module__Is9ofW__WebSearchStatus_complete{color:var(--text-secondary,#b4b4b4)}.ThinkingSelector-module__Is9ofW__WebSearchStatus_error{color:#f87171}.ThinkingSelector-module__Is9ofW__WebSearchInstruction{color:var(--text-primary,#f5f5f5);font-size:13px;line-height:1.45}.ThinkingSelector-module__Is9ofW__WebSearchReason{color:var(--text-tertiary,#8f8f8f);font-size:12px;line-height:1.45}.ThinkingSelector-module__Is9ofW__WebSearchQueries{flex-wrap:wrap;gap:6px;display:flex}.ThinkingSelector-module__Is9ofW__WebSearchQuery{max-width:100%;color:var(--text-secondary,#b4b4b4);background:color-mix(in srgb, var(--search-color,#22c55e) 11%, transparent);border:1px solid color-mix(in srgb, var(--search-color,#22c55e) 18%, transparent);overflow-wrap:anywhere;border-radius:7px;padding:3px 7px;font-size:12px}.ThinkingSelector-module__Is9ofW__WebSearchSources{gap:6px;display:grid}.ThinkingSelector-module__Is9ofW__WebSearchSource{color:var(--text-secondary,#b4b4b4);background:color-mix(in srgb, var(--text-secondary,#b4b4b4) 6%, transparent);border:1px solid color-mix(in srgb, var(--text-secondary,#b4b4b4) 12%, transparent);border-radius:7px;align-items:center;gap:8px;padding:7px 8px;text-decoration:none;display:flex}.ThinkingSelector-module__Is9ofW__WebSearchSource:hover{color:var(--text-primary,#f5f5f5);border-color:color-mix(in srgb, var(--search-color,#22c55e) 35%, transparent)}.ThinkingSelector-module__Is9ofW__WebSearchSourceIcon{border-radius:4px;flex:0 0 16px;width:16px;height:16px}.ThinkingSelector-module__Is9ofW__WebSearchSourceText{gap:1px;min-width:0;display:grid}.ThinkingSelector-module__Is9ofW__WebSearchSourceTitle,.ThinkingSelector-module__Is9ofW__WebSearchSourceUrl{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ThinkingSelector-module__Is9ofW__WebSearchSourceTitle{font-size:12px;font-weight:600}.ThinkingSelector-module__Is9ofW__WebSearchSourceUrl{color:var(--text-tertiary,#8f8f8f);font-size:11px}.ThinkingSelector-module__Is9ofW__WebSearchSummary,.ThinkingSelector-module__Is9ofW__WebSearchError{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.55}.ThinkingSelector-module__Is9ofW__WebSearchError{color:#f87171}@keyframes ThinkingSelector-module__Is9ofW__webSearchPromptIn{0%{opacity:0;transform:translateY(-4px)}50%{opacity:.6}to{opacity:1;transform:translateY(0)}}.ThinkingSelector-module__Is9ofW__ThinkingContent strong,.ThinkingSelector-module__Is9ofW__ThinkingContent h1,.ThinkingSelector-module__Is9ofW__ThinkingContent h2,.ThinkingSelector-module__Is9ofW__ThinkingContent h3,.ThinkingSelector-module__Is9ofW__ThinkingContent h4{color:var(--thinking-bold-color,#888);font-weight:600}.ThinkingSelector-module__Is9ofW__ThinkingContent h1,.ThinkingSelector-module__Is9ofW__ThinkingContent h2,.ThinkingSelector-module__Is9ofW__ThinkingContent h3{margin-top:1.25em;margin-bottom:.75em}.ThinkingSelector-module__Is9ofW__ThinkingContent .ThinkingSelector-module__Is9ofW__math-display{margin-bottom:1em;padding:.5em 0;overflow-x:auto}.ThinkingSelector-module__Is9ofW__ThinkingContent .ThinkingSelector-module__Is9ofW__katex{color:var(--text-primary)!important}.ThinkingSelector-module__Is9ofW__ThinkingContent .ThinkingSelector-module__Is9ofW__katex *{color:inherit!important}.ThinkingSelector-module__Is9ofW__ThinkingContent .ThinkingSelector-module__Is9ofW__katex .ThinkingSelector-module__Is9ofW__sqrt>.ThinkingSelector-module__Is9ofW__root{border-top-color:var(--text-primary)!important}.ThinkingSelector-module__Is9ofW__ThinkingContent .ThinkingSelector-module__Is9ofW__katex .ThinkingSelector-module__Is9ofW__sqrt .ThinkingSelector-module__Is9ofW__sqrt-line{border-bottom-style:solid!important;border-bottom-width:.04em!important;border-bottom-color:var(--text-primary)!important}.ThinkingSelector-module__Is9ofW__ThinkingContent .ThinkingSelector-module__Is9ofW__katex .ThinkingSelector-module__Is9ofW__sqrt .ThinkingSelector-module__Is9ofW__sqrt-sign{color:var(--text-primary)!important}.ThinkingSelector-module__Is9ofW__ThinkingContent .ThinkingSelector-module__Is9ofW__katex .ThinkingSelector-module__Is9ofW__sqrt .ThinkingSelector-module__Is9ofW__vlist-t{border-top-color:var(--text-primary)!important}.ThinkingSelector-module__Is9ofW__ThinkingContent .ThinkingSelector-module__Is9ofW__katex .ThinkingSelector-module__Is9ofW__frac-line{border-bottom-color:var(--text-primary)!important;background-color:var(--text-primary)!important}.ThinkingSelector-module__Is9ofW__ThinkingContent .ThinkingSelector-module__Is9ofW__katex .ThinkingSelector-module__Is9ofW__rule{border-color:var(--text-primary)!important;background-color:var(--text-primary)!important}.ThinkingSelector-module__Is9ofW__MemoryIndicator{color:var(--thinking-color,#60a5fa);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:fit-content;margin-top:-10px;margin-bottom:4px;padding:2px 0;font-size:14px;display:flex}.ThinkingSelector-module__Is9ofW__MemoryIndicator:not(.ThinkingSelector-module__Is9ofW__MemoryIndicatorComplete) .ThinkingSelector-module__Is9ofW__MemoryText{background:linear-gradient(90deg, var(--gradient-start,#60a5fa) 0%, var(--gradient-end,#1d4ed8) 50%, var(--gradient-start,#60a5fa) 100%);-webkit-text-fill-color:transparent;will-change:background-position;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2s ease-in-out infinite ThinkingSelector-module__Is9ofW__shimmer}.ThinkingSelector-module__Is9ofW__MemoryText{font-weight:500}.ThinkingSelector-module__Is9ofW__MemoryIndicatorComplete{color:var(--text-secondary)}.ThinkingSelector-module__Is9ofW__MemoryIndicatorComplete .ThinkingSelector-module__Is9ofW__MemoryText{-webkit-text-fill-color:currentColor;background:0 0}.ThinkingSelector-module__Is9ofW__MemoryIconComplete{background-color:var(--text-secondary,#b4b4b4);flex-shrink:0;width:18px;height:18px;transition:opacity .15s,transform .18s;-webkit-mask-image:url(/memory.png);mask-image:url(/memory.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ThinkingSelector-module__Is9ofW__MemoryContent{color:var(--text-secondary,#b4b4b4);border-left:2px solid var(--thinking-color,#333);overscroll-behavior:contain;overflow-anchor:none;scrollbar-width:thin;scrollbar-color:var(--dropdown-border,#ffffff1a) transparent;max-height:200px;margin:4px 0 4px 6px;padding:0 0 0 24px;font-size:14px;line-height:1.6;overflow-y:auto}.ThinkingSelector-module__Is9ofW__MemoryContentComplete{border-left:2px solid color-mix(in srgb, var(--text-secondary,#b4b4b4) 35%, transparent)}.ThinkingSelector-module__Is9ofW__MemoryGroupContent{color:var(--text-secondary,#b4b4b4);border-left:2px solid color-mix(in srgb, var(--text-secondary,#b4b4b4) 35%, transparent);overscroll-behavior:contain;overflow-anchor:none;scrollbar-width:thin;scrollbar-color:var(--dropdown-border,#ffffff1a) transparent;max-height:300px;margin:4px 0 4px 6px;padding:0 0 0 24px;font-size:14px;line-height:1.6;overflow-y:auto}.ThinkingSelector-module__Is9ofW__MemoryGroupEntry{padding:6px 0}.ThinkingSelector-module__Is9ofW__MemoryGroupEntry:first-child{padding-top:0}.ThinkingSelector-module__Is9ofW__MemoryGroupEntry:last-child{padding-bottom:0}.ThinkingSelector-module__Is9ofW__MemoryGroupDivider{background-color:color-mix(in srgb, var(--text-secondary,#b4b4b4) 20%, transparent);height:1px;margin:14px 0}.ThinkingSelector-module__Is9ofW__MemoryGroupLabel{color:var(--text-secondary,#999);margin-bottom:2px;font-size:12px;font-weight:600}.ThinkingSelector-module__Is9ofW__MemoryCount{opacity:.6;margin-left:2px;font-size:13px}.ThinkingSelector-module__Is9ofW__MemoryIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingDotMatrix,.ThinkingSelector-module__Is9ofW__MemoryIndicator:hover .ThinkingSelector-module__Is9ofW__MemoryIconComplete{opacity:0;transform:scale(.88)}.ThinkingSelector-module__Is9ofW__MemoryIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingChevron{opacity:1}@media (hover:none){.ThinkingSelector-module__Is9ofW__MemoryIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingDotMatrix{opacity:1}.ThinkingSelector-module__Is9ofW__MemoryIndicator:hover .ThinkingSelector-module__Is9ofW__MemoryIconComplete{opacity:1;transform:none}.ThinkingSelector-module__Is9ofW__MemoryIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingChevron{opacity:0}}.ThinkingSelector-module__Is9ofW__StaticIndicator{cursor:default;pointer-events:none}.ThinkingSelector-module__Is9ofW__QuizIndicator{color:var(--thinking-color,#60a5fa);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:fit-content;margin-top:-10px;margin-bottom:4px;padding:2px 0;font-size:14px;display:flex}.ThinkingSelector-module__Is9ofW__PreparingIndicator{color:var(--thinking-color,#60a5fa);-webkit-user-select:none;user-select:none;flex-wrap:wrap;align-items:baseline;gap:2px 7px;width:fit-content;max-width:100%;margin-top:-10px;margin-bottom:4px;padding:2px 0;font-size:14px;display:inline-flex}.ThinkingSelector-module__Is9ofW__PreparingLabel{background:linear-gradient(90deg, var(--gradient-start,#60a5fa) 0%, var(--gradient-end,#1d4ed8) 50%, var(--gradient-start,#60a5fa) 100%);-webkit-text-fill-color:transparent;will-change:background-position;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;font-weight:500;animation:2s ease-in-out infinite ThinkingSelector-module__Is9ofW__shimmer}.ThinkingSelector-module__Is9ofW__PreparingCharCount{color:var(--text-secondary,#b4b4b4);font-variant-numeric:tabular-nums;align-items:baseline;gap:4px;font-size:12px;line-height:1;display:inline-flex}.ThinkingSelector-module__Is9ofW__PreparingArrow{color:#0000;width:1em;height:1em;font-size:12px;line-height:1;display:inline-block;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 30% 70%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 30% 70%,#0000 100%)}.ThinkingSelector-module__Is9ofW__PreparingArrow:before{content:"↓";color:var(--text-secondary,#b4b4b4);will-change:transform;animation:.95s linear infinite ThinkingSelector-module__Is9ofW__preparingArrowDrop;position:absolute;inset:0}@keyframes ThinkingSelector-module__Is9ofW__preparingArrowDrop{0%{transform:translateY(-125%)}to{transform:translateY(125%)}}.ThinkingSelector-module__Is9ofW__QuizIndicator:not(.ThinkingSelector-module__Is9ofW__QuizIndicatorComplete) .ThinkingSelector-module__Is9ofW__QuizText{background:linear-gradient(90deg, var(--gradient-start,#60a5fa) 0%, var(--gradient-end,#1d4ed8) 50%, var(--gradient-start,#60a5fa) 100%);-webkit-text-fill-color:transparent;will-change:background-position;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2s ease-in-out infinite ThinkingSelector-module__Is9ofW__shimmer}.ThinkingSelector-module__Is9ofW__QuizText{font-weight:500}.ThinkingSelector-module__Is9ofW__QuizIndicatorComplete{color:var(--text-secondary)}.ThinkingSelector-module__Is9ofW__QuizIndicatorComplete .ThinkingSelector-module__Is9ofW__QuizText{-webkit-text-fill-color:currentColor;background:0 0}.ThinkingSelector-module__Is9ofW__QuizIconComplete{background-color:var(--text-secondary,#b4b4b4);flex-shrink:0;width:18px;height:18px;transition:opacity .15s,transform .18s;-webkit-mask-image:url(/quiz.png);mask-image:url(/quiz.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ThinkingSelector-module__Is9ofW__QuizContent{color:var(--text-secondary,#b4b4b4);border-left:2px solid color-mix(in srgb, var(--text-secondary,#b4b4b4) 35%, transparent);overscroll-behavior:contain;overflow-anchor:none;scrollbar-width:thin;scrollbar-color:var(--dropdown-border,#ffffff1a) transparent;white-space:pre-wrap;max-height:300px;margin:4px 0 4px 6px;padding:0 0 0 24px;font-family:monospace;font-size:12px;line-height:1.6;overflow-y:auto}.ThinkingSelector-module__Is9ofW__QuizIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingDotMatrix,.ThinkingSelector-module__Is9ofW__QuizIndicator:hover .ThinkingSelector-module__Is9ofW__QuizIconComplete{opacity:0;transform:scale(.88)}.ThinkingSelector-module__Is9ofW__QuizIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingChevron{opacity:1}@media (hover:none){.ThinkingSelector-module__Is9ofW__QuizIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingDotMatrix{opacity:1}.ThinkingSelector-module__Is9ofW__QuizIndicator:hover .ThinkingSelector-module__Is9ofW__QuizIconComplete{opacity:1;transform:none}.ThinkingSelector-module__Is9ofW__QuizIndicator:hover .ThinkingSelector-module__Is9ofW__ThinkingChevron{opacity:0}}.ThinkingSelector-module__Is9ofW__GraphIndicator{color:var(--thinking-color,#60a5fa);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:fit-content;margin-top:-10px;margin-bottom:4px;padding:2px 0;font-size:14px;display:flex}.ThinkingSelector-module__Is9ofW__GraphIndicator:not(.ThinkingSelector-module__Is9ofW__GraphIndicatorComplete) .ThinkingSelector-module__Is9ofW__GraphText{background:linear-gradient(90deg, var(--gradient-start,#60a5fa) 0%, var(--gradient-end,#1d4ed8) 50%, var(--gradient-start,#60a5fa) 100%);-webkit-text-fill-color:transparent;will-change:background-position;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2s ease-in-out infinite ThinkingSelector-module__Is9ofW__shimmer}.ThinkingSelector-module__Is9ofW__GraphText{font-weight:500}.ThinkingSelector-module__Is9ofW__ChartIndicator{color:var(--thinking-color,#60a5fa);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:fit-content;margin-top:-10px;margin-bottom:4px;padding:2px 0;font-size:14px;display:flex}.ThinkingSelector-module__Is9ofW__ChartIndicator:not(.ThinkingSelector-module__Is9ofW__ChartIndicatorComplete) .ThinkingSelector-module__Is9ofW__ChartText{background:linear-gradient(90deg, var(--gradient-start,#60a5fa) 0%, var(--gradient-end,#1d4ed8) 50%, var(--gradient-start,#60a5fa) 100%);-webkit-text-fill-color:transparent;will-change:background-position;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2s ease-in-out infinite ThinkingSelector-module__Is9ofW__shimmer}.ThinkingSelector-module__Is9ofW__ChartText{font-weight:500}.ThinkingSelector-module__Is9ofW__HtmlIndicator{color:var(--thinking-color,#60a5fa);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:fit-content;margin-top:-10px;margin-bottom:4px;padding:2px 0;font-size:14px;display:flex}.ThinkingSelector-module__Is9ofW__HtmlIndicator:not(.ThinkingSelector-module__Is9ofW__HtmlIndicatorComplete) .ThinkingSelector-module__Is9ofW__HtmlText{background:linear-gradient(90deg, var(--gradient-start,#60a5fa) 0%, var(--gradient-end,#1d4ed8) 50%, var(--gradient-start,#60a5fa) 100%);-webkit-text-fill-color:transparent;will-change:background-position;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2s ease-in-out infinite ThinkingSelector-module__Is9ofW__shimmer}.ThinkingSelector-module__Is9ofW__HtmlText{font-weight:500}.ThinkingSelector-module__Is9ofW__CardsIndicator{color:var(--thinking-color,#60a5fa);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:fit-content;margin-top:-10px;margin-bottom:4px;padding:2px 0;font-size:14px;display:flex}.ThinkingSelector-module__Is9ofW__CardsIndicator:not(.ThinkingSelector-module__Is9ofW__CardsIndicatorComplete) .ThinkingSelector-module__Is9ofW__CardsText{background:linear-gradient(90deg, var(--gradient-start,#60a5fa) 0%, var(--gradient-end,#1d4ed8) 50%, var(--gradient-start,#60a5fa) 100%);-webkit-text-fill-color:transparent;will-change:background-position;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2s ease-in-out infinite ThinkingSelector-module__Is9ofW__shimmer}.ThinkingSelector-module__Is9ofW__CardsText{font-weight:500}.ThinkingSelector-module__Is9ofW__SuggestIndicator{color:var(--thinking-color,#60a5fa);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:fit-content;margin-top:-10px;margin-bottom:4px;padding:2px 0;font-size:14px;display:flex}.ThinkingSelector-module__Is9ofW__SuggestIndicator:not(.ThinkingSelector-module__Is9ofW__SuggestIndicatorComplete) .ThinkingSelector-module__Is9ofW__SuggestText{background:linear-gradient(90deg, var(--gradient-start,#60a5fa) 0%, var(--gradient-end,#1d4ed8) 50%, var(--gradient-start,#60a5fa) 100%);-webkit-text-fill-color:transparent;will-change:background-position;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2s ease-in-out infinite ThinkingSelector-module__Is9ofW__shimmer}.ThinkingSelector-module__Is9ofW__SuggestText{font-weight:500}.ThinkingSelector-module__Is9ofW__WidgetLoadingIndicator{color:var(--thinking-color,#60a5fa);-webkit-user-select:none;user-select:none;align-items:center;gap:8px;width:fit-content;padding:8px 0;font-size:14px;display:flex}.ThinkingSelector-module__Is9ofW__WidgetIcon{object-fit:contain;filter:brightness(0)saturate()invert(70%)sepia(50%)saturate(500%)hue-rotate(180deg)brightness()contrast();flex-shrink:0;width:18px;height:18px}.ThinkingSelector-module__Is9ofW__WidgetIconComplete{object-fit:contain;flex-shrink:0;width:18px;height:18px}.ThinkingSelector-module__Is9ofW__WidgetLoadingText{background:linear-gradient(90deg, var(--gradient-start,#60a5fa) 0%, var(--gradient-end,#1d4ed8) 50%, var(--gradient-start,#60a5fa) 100%);-webkit-text-fill-color:transparent;will-change:background-position;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;font-weight:500;animation:2s ease-in-out infinite ThinkingSelector-module__Is9ofW__shimmer}.ThinkingSelector-module__Is9ofW__WidgetReadText{color:var(--thinking-color,#60a5fa);font-weight:500}.ThinkingSelector-module__Is9ofW__HtmlSkillIndicator{color:var(--thinking-color,#60a5fa);cursor:default;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:fit-content;margin-top:-10px;margin-bottom:4px;padding:2px 0;font-size:14px;display:flex}.ThinkingSelector-module__Is9ofW__HtmlSkillIndicatorComplete{color:var(--text-secondary)}.ThinkingSelector-module__Is9ofW__HtmlSkillIndicatorComplete .ThinkingSelector-module__Is9ofW__HtmlSkillText{-webkit-text-fill-color:currentColor;background:0 0}.ThinkingSelector-module__Is9ofW__HtmlSkillText{font-weight:500}.ThinkingSelector-module__Is9ofW__HtmlSkillIconComplete{background-color:var(--text-secondary,#b4b4b4);flex-shrink:0;width:18px;height:18px;transition:opacity .15s,transform .18s;-webkit-mask-image:url(/frontend.png);mask-image:url(/frontend.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ThinkingSelector-module__Is9ofW__HtmlSkillContent{color:var(--text-secondary,#b4b4b4);border-left:2px solid color-mix(in srgb, var(--text-secondary,#b4b4b4) 35%, transparent);overscroll-behavior:contain;overflow-anchor:none;scrollbar-width:thin;scrollbar-color:var(--dropdown-border,#ffffff1a) transparent;max-height:300px;margin:4px 0 4px 6px;padding:0 0 0 24px;font-size:14px;line-height:1.6;overflow-y:auto}.ThinkingSelector-module__Is9ofW__HtmlWidgetIndicator{color:var(--thinking-color,#60a5fa);cursor:default;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:fit-content;margin-top:-10px;margin-bottom:4px;padding:2px 0;font-size:14px;display:flex}.ThinkingSelector-module__Is9ofW__HtmlWidgetIndicatorComplete{color:var(--text-secondary)}.ThinkingSelector-module__Is9ofW__HtmlWidgetIndicatorComplete .ThinkingSelector-module__Is9ofW__HtmlWidgetText{-webkit-text-fill-color:currentColor;background:0 0}.ThinkingSelector-module__Is9ofW__HtmlWidgetText{font-weight:500}.ThinkingSelector-module__Is9ofW__HtmlWidgetIconComplete{background-color:var(--text-secondary,#b4b4b4);flex-shrink:0;width:18px;height:18px;-webkit-mask-image:url(/codeicon.png);mask-image:url(/codeicon.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.PresetsDemoBanner-module__K9E3DW__Banner{aspect-ratio:16/9;background:#0a0a0a;border-radius:20px 20px 0 0;width:100%;position:relative;overflow:hidden}.PresetsDemoBanner-module__K9E3DW__Scene{z-index:2;justify-content:center;align-items:center;animation:.4s forwards PresetsDemoBanner-module__K9E3DW__fadeIn;display:flex;position:absolute;inset:0}.PresetsDemoBanner-module__K9E3DW__SceneFadeOut{animation:.4s forwards PresetsDemoBanner-module__K9E3DW__fadeOut}.PresetsDemoBanner-module__K9E3DW__TextLayer{pointer-events:none;z-index:5;justify-content:center;align-items:center;padding:0 14px;display:flex;position:absolute;inset:0}.PresetsDemoBanner-module__K9E3DW__PresetGrid{aspect-ratio:3/2;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:5px;width:78%;max-width:320px;display:grid}.PresetsDemoBanner-module__K9E3DW__GridCell{border-radius:8px;animation:.4s cubic-bezier(.34,1.56,.64,1) both PresetsDemoBanner-module__K9E3DW__cellPop;overflow:hidden}.PresetsDemoBanner-module__K9E3DW__GridCellImage{object-fit:cover;width:100%;height:100%;display:block}@keyframes PresetsDemoBanner-module__K9E3DW__cellPop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.PresetsDemoBanner-module__K9E3DW__Tabs{background:#ffffff0a;border:1px solid #ffffff14;border-radius:99px;gap:2px;padding:3px;display:flex}.PresetsDemoBanner-module__K9E3DW__Tab{color:#ffffff59;height:32px;font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;white-space:nowrap;border:1px solid #0000;border-radius:99px;align-items:center;gap:6px;padding:0 16px;font-size:12.5px;font-weight:600;transition:background .25s,color .25s,border-color .25s;display:inline-flex}.PresetsDemoBanner-module__K9E3DW__TabActive{color:#fff;background:#ffffff1a;border-color:#ffffff1f;box-shadow:0 1px 4px #0003}.PresetsDemoBanner-module__K9E3DW__TapeTrack{width:100%;padding:12px 0;overflow:hidden}.PresetsDemoBanner-module__K9E3DW__TapeStrip{opacity:1;gap:8px;width:max-content;animation:1s linear forwards PresetsDemoBanner-module__K9E3DW__tapeScroll;display:flex}.PresetsDemoBanner-module__K9E3DW__TapeCard{aspect-ratio:4/3;border:1px solid #ffffff14;border-radius:10px;flex-shrink:0;width:120px;position:relative;overflow:hidden}.PresetsDemoBanner-module__K9E3DW__TapeCardImage{object-fit:cover;width:100%;height:100%;display:block}.PresetsDemoBanner-module__K9E3DW__TapeCardScrim{pointer-events:none;background:linear-gradient(#0000 40%,#0009 100%);position:absolute;inset:0}.PresetsDemoBanner-module__K9E3DW__TapeCardName{font-family:var(--font-body,"Inter", sans-serif);color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:9px;font-weight:700;position:absolute;bottom:5px;left:6px;right:6px;overflow:hidden}@keyframes PresetsDemoBanner-module__K9E3DW__tapeScroll{0%{opacity:1;transform:translate(10%)}75%{opacity:1}95%{opacity:0}to{opacity:0;transform:translate(-60%)}}.PresetsDemoBanner-module__K9E3DW__SearchBar{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:99px;align-items:center;gap:8px;width:220px;height:34px;padding:0 12px;animation:.4s cubic-bezier(.16,1,.3,1) both PresetsDemoBanner-module__K9E3DW__searchDrop;display:flex}.PresetsDemoBanner-module__K9E3DW__SearchIcon{color:#ffffff4d;flex-shrink:0}.PresetsDemoBanner-module__K9E3DW__SearchText{font-family:var(--font-body,"Inter", sans-serif);color:#fff;letter-spacing:-.01em;align-items:center;font-size:12.5px;font-weight:500;display:flex}.PresetsDemoBanner-module__K9E3DW__SearchCaret{background:#fff9;width:1.5px;height:14px;margin-left:1px;animation:.6s steps(2,end) infinite PresetsDemoBanner-module__K9E3DW__caretBlink;display:inline-block}@keyframes PresetsDemoBanner-module__K9E3DW__caretBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes PresetsDemoBanner-module__K9E3DW__searchDrop{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.PresetsDemoBanner-module__K9E3DW__GCard{aspect-ratio:4/3;background:#111;border:1px solid #ffffff14;border-radius:13px;width:185px;animation:.35s cubic-bezier(.16,1,.3,1) both PresetsDemoBanner-module__K9E3DW__cardIn;position:relative;overflow:hidden}@keyframes PresetsDemoBanner-module__K9E3DW__cardIn{0%{opacity:0;transform:scale(.94)translateY(5px)}to{opacity:1;transform:scale(1)translateY(0)}}.PresetsDemoBanner-module__K9E3DW__GPreview{position:absolute;inset:0;overflow:hidden}.PresetsDemoBanner-module__K9E3DW__GImage{object-fit:cover;width:100%;height:100%;display:block}.PresetsDemoBanner-module__K9E3DW__GScrim{pointer-events:none;background:linear-gradient(#0000 0%,#0000000d 40%,#0000008c 100%);position:absolute;inset:0}.PresetsDemoBanner-module__K9E3DW__GTags{z-index:2;flex-wrap:wrap;gap:3px;display:flex;position:absolute;top:6px;left:6px}.PresetsDemoBanner-module__K9E3DW__GTag{color:#ffffffd9;font-family:var(--font-body,"Inter", sans-serif);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border:1px solid #ffffff1a;border-radius:99px;padding:2px 6px;font-size:8px;font-weight:600}.PresetsDemoBanner-module__K9E3DW__GTagHot{background:#ef444459;border-color:#ef44444d}.PresetsDemoBanner-module__K9E3DW__GFooter{z-index:3;-webkit-backdrop-filter:blur(14px)saturate(1.4);background:#0c0c0cd1;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:4px;padding:7px 9px;display:flex;position:absolute;bottom:0;left:0;right:0}.PresetsDemoBanner-module__K9E3DW__GFooterLeft{flex-direction:column;gap:2px;min-width:0;display:flex}.PresetsDemoBanner-module__K9E3DW__GName{font-family:var(--font-body,"Inter", sans-serif);color:#fff;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;font-weight:700;overflow:hidden}.PresetsDemoBanner-module__K9E3DW__GStats{align-items:center;gap:7px;display:flex}.PresetsDemoBanner-module__K9E3DW__GStat{font-family:var(--font-body,"Inter", sans-serif);color:#fff6;cursor:default;font-variant-numeric:tabular-nums;background:0 0;border:none;align-items:center;gap:3px;padding:0;font-size:9.5px;font-weight:600;transition:color .15s;display:inline-flex}.PresetsDemoBanner-module__K9E3DW__GStatLiked{color:var(--action-color,#6366f1)}.PresetsDemoBanner-module__K9E3DW__GImportBtn{border:1px solid color-mix(in srgb, var(--action-color) 40%, transparent);background:color-mix(in srgb, var(--action-color) 14%, transparent);height:21px;color:var(--action-color,#6366f1);font-family:var(--font-body,"Inter", sans-serif);cursor:default;border-radius:6px;flex-shrink:0;padding:0 8px;font-size:9.5px;font-weight:700}.PresetsDemoBanner-module__K9E3DW__MPCard{aspect-ratio:4/3;border:2px solid color-mix(in srgb, var(--action-color) 50%, transparent);width:185px;box-shadow:0 0 0 3px color-mix(in srgb, var(--action-color) 20%, transparent), 0 16px 32px #00000038;background:#111;border-radius:13px;animation:.35s cubic-bezier(.16,1,.3,1) both PresetsDemoBanner-module__K9E3DW__cardIn;position:relative;overflow:hidden}.PresetsDemoBanner-module__K9E3DW__MPFooter{z-index:3;-webkit-backdrop-filter:blur(14px)saturate(1.4);background:#0c0c0cd1;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:4px;padding:7px 9px;display:flex;position:absolute;bottom:0;left:0;right:0}.PresetsDemoBanner-module__K9E3DW__MPMeta{font-family:var(--font-body,"Inter", sans-serif);color:#ffffff59;font-size:8px}.PresetsDemoBanner-module__K9E3DW__MPApplyBtn{border:1px solid color-mix(in srgb, var(--action-color) 40%, transparent);background:color-mix(in srgb, var(--action-color) 14%, transparent);height:21px;color:var(--action-color,#6366f1);font-family:var(--font-body,"Inter", sans-serif);cursor:default;border-radius:6px;flex-shrink:0;padding:0 9px;font-size:9.5px;font-weight:700;transition:background .2s,border-color .2s,color .2s}.PresetsDemoBanner-module__K9E3DW__MPApplyDone{color:#10b981;background:#10b98133;border-color:#10b98166;animation:.35s cubic-bezier(.34,1.56,.64,1) PresetsDemoBanner-module__K9E3DW__applyPop}@keyframes PresetsDemoBanner-module__K9E3DW__applyPop{0%{transform:scale(1)}40%{transform:scale(1.06)}to{transform:scale(1)}}.PresetsDemoBanner-module__K9E3DW__Cursor{pointer-events:none;z-index:10;background:#ffffff26;border:1.5px solid #ffffff59;border-radius:50%;width:10px;height:10px;transition:left .4s cubic-bezier(.4,0,.2,1),top .4s cubic-bezier(.4,0,.2,1),opacity .25s,transform .12s;position:absolute;transform:translate(-50%,-50%)scale(1)}.PresetsDemoBanner-module__K9E3DW__CursorClick{background:#ffffff4d;border-color:#ffffff80;transform:translate(-50%,-50%)scale(.55)}.PresetsDemoBanner-module__K9E3DW__FadeText{opacity:0;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:0 .25em;width:100%;padding:0 14px;line-height:1.2;transition:opacity .5s;display:flex;position:absolute}.PresetsDemoBanner-module__K9E3DW__Visible{opacity:1}.PresetsDemoBanner-module__K9E3DW__Word{opacity:0;filter:blur(2px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),filter .4s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translateY(5px)}.PresetsDemoBanner-module__K9E3DW__Visible .PresetsDemoBanner-module__K9E3DW__Word{opacity:1;filter:blur();transform:translateY(0)}.PresetsDemoBanner-module__K9E3DW__HeroText{font-family:var(--font-body,"Inter", sans-serif);color:#fff;letter-spacing:-.025em;font-size:clamp(22px,5.5vw,36px);font-weight:700}@keyframes PresetsDemoBanner-module__K9E3DW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes PresetsDemoBanner-module__K9E3DW__fadeOut{0%{opacity:1}to{opacity:0}}
.CurrentsDemoBanner-module__Ku09BW__Banner{aspect-ratio:16/9;background:#000;border-radius:20px 20px 0 0;width:100%;position:relative;overflow:hidden}.CurrentsDemoBanner-module__Ku09BW__MovementLayer{opacity:0;transition:opacity .5s;position:absolute;inset:0}.CurrentsDemoBanner-module__Ku09BW__MovementVisible{opacity:1;animation:.5s CurrentsDemoBanner-module__Ku09BW__movementIn}@keyframes CurrentsDemoBanner-module__Ku09BW__movementIn{0%{opacity:0}to{opacity:1}}.CurrentsDemoBanner-module__Ku09BW__MovementDim.CurrentsDemoBanner-module__Ku09BW__MovementVisible{opacity:.34;animation:.6s CurrentsDemoBanner-module__Ku09BW__movementInDim}@keyframes CurrentsDemoBanner-module__Ku09BW__movementInDim{0%{opacity:0}to{opacity:.34}}.CurrentsDemoBanner-module__Ku09BW__Layer{position:absolute;inset:0}.CurrentsDemoBanner-module__Ku09BW__Canvas{width:100%;height:100%;position:absolute;inset:0}.CurrentsDemoBanner-module__Ku09BW__Caption{z-index:3;text-align:center;font-family:var(--font-body,"Inter", sans-serif);letter-spacing:.01em;color:#ffffff9e;opacity:0;pointer-events:none;padding:0 24px;font-size:clamp(10.5px,2.6vw,13px);font-weight:500;transition:opacity .6s,transform .6s cubic-bezier(.16,1,.3,1);position:absolute;bottom:7.5%;left:0;right:0;transform:translateY(6px)}.CurrentsDemoBanner-module__Ku09BW__CaptionVisible{opacity:1;animation:.6s cubic-bezier(.16,1,.3,1) .35s backwards CurrentsDemoBanner-module__Ku09BW__captionIn;transform:translateY(0)}@keyframes CurrentsDemoBanner-module__Ku09BW__captionIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.CurrentsDemoBanner-module__Ku09BW__TextLayer{pointer-events:none;z-index:2;position:absolute;inset:0}.CurrentsDemoBanner-module__Ku09BW__BeatStack{flex-direction:column;justify-content:center;align-items:center;gap:clamp(6px,1.8vw,14px);padding:0 24px;display:flex;position:absolute;inset:0}.CurrentsDemoBanner-module__Ku09BW__Line{opacity:0;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:0 .25em;line-height:1.15;transition:opacity .5s;display:flex}.CurrentsDemoBanner-module__Ku09BW__Visible{opacity:1}.CurrentsDemoBanner-module__Ku09BW__Word{opacity:0;filter:blur(5px);transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1),filter .55s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translateY(10px)scale(.96)}.CurrentsDemoBanner-module__Ku09BW__Visible .CurrentsDemoBanner-module__Ku09BW__Word{opacity:1;filter:blur();transform:translateY(0)scale(1)}.CurrentsDemoBanner-module__Ku09BW__HeroText{color:#fff;letter-spacing:-.028em;font-size:clamp(26px,6.5vw,44px);font-weight:700}.CurrentsDemoBanner-module__Ku09BW__TagText{color:#fff;letter-spacing:-.015em;font-size:clamp(18px,4.5vw,27px);font-weight:600}.CurrentsDemoBanner-module__Ku09BW__MeaningText{color:#fff;letter-spacing:-.025em;font-size:clamp(24px,6vw,40px);font-weight:700}@media (prefers-reduced-motion:reduce){.CurrentsDemoBanner-module__Ku09BW__MovementLayer{transition:none;animation:none}.CurrentsDemoBanner-module__Ku09BW__Caption{transition:none;animation:none;transform:none}.CurrentsDemoBanner-module__Ku09BW__Line{transition:none}.CurrentsDemoBanner-module__Ku09BW__Word{filter:none;transition:none;transform:none}}
.DataChartWidget-module__C0qFBW__Widget{contain:layout style;flex-direction:column;gap:12px;margin:14px 0;display:flex}.DataChartWidget-module__C0qFBW__Header{flex-direction:column;gap:2px;display:flex}.DataChartWidget-module__C0qFBW__Title{color:var(--text-primary);font-size:1rem;font-weight:600}.DataChartWidget-module__C0qFBW__Subtitle{color:var(--text-secondary);font-size:.78rem}.DataChartWidget-module__C0qFBW__StatsRow{flex-wrap:wrap;justify-content:center;gap:8px 24px;padding:6px 0;display:flex}.DataChartWidget-module__C0qFBW__Stat{flex-direction:column;align-items:center;gap:1px;display:flex}.DataChartWidget-module__C0qFBW__StatLabel{color:var(--text-secondary);letter-spacing:.02em;font-size:.72rem}.DataChartWidget-module__C0qFBW__StatValue{color:var(--action-color,#6ab8ff);font-size:1.4rem;font-weight:600;line-height:1.2}.DataChartWidget-module__C0qFBW__StatSub{color:var(--text-secondary);opacity:.7;font-size:.65rem}.DataChartWidget-module__C0qFBW__Section{outline:none;flex-direction:column;gap:4px;display:flex;overflow:visible}.DataChartWidget-module__C0qFBW__Section:focus,.DataChartWidget-module__C0qFBW__Section:focus-visible{outline:none}:is(.DataChartWidget-module__C0qFBW__Section .recharts-wrapper,.DataChartWidget-module__C0qFBW__Section .recharts-surface){outline:none;overflow:visible}:is(.DataChartWidget-module__C0qFBW__Section .recharts-wrapper:focus,.DataChartWidget-module__C0qFBW__Section .recharts-wrapper:focus-visible,.DataChartWidget-module__C0qFBW__Section .recharts-surface:focus,.DataChartWidget-module__C0qFBW__Section .recharts-surface:focus-visible){outline:none}.DataChartWidget-module__C0qFBW__SectionTitle{color:var(--text-secondary);font-size:.78rem;font-weight:500}.DataChartWidget-module__C0qFBW__Section .recharts-cartesian-grid line{stroke:color-mix(in srgb, var(--text-secondary) 16%, transparent)}.DataChartWidget-module__C0qFBW__Section .recharts-text{fill:var(--text-secondary)}.DataChartWidget-module__C0qFBW__Section .recharts-pie-label-text{fill:var(--text-secondary);font-size:11px}.DataChartWidget-module__C0qFBW__Section .recharts-legend-item-text{font-size:11px;color:var(--text-secondary)!important}:is(.DataChartWidget-module__C0qFBW__Section .recharts-polar-grid-concentric-polygon,.DataChartWidget-module__C0qFBW__Section .recharts-polar-grid-concentric-circle){stroke:color-mix(in srgb, var(--text-secondary) 16%, transparent)}.DataChartWidget-module__C0qFBW__Section *{-webkit-tap-highlight-color:transparent;outline:none!important}
.DocumentWidget-module__JpWZ3G__Card{background:var(--dropdown-bg);border:1px solid var(--dropdown-border);cursor:pointer;border-radius:12px;align-items:center;gap:12px;width:100%;margin:10px 0;padding:14px 16px 14px 80px;transition:all .2s;animation:.25s ease-out DocumentWidget-module__JpWZ3G__cardFadeIn;display:flex;position:relative;overflow:hidden}@keyframes DocumentWidget-module__JpWZ3G__cardFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.DocumentWidget-module__JpWZ3G__Card:hover{border-color:var(--text-secondary)}.DocumentWidget-module__JpWZ3G__IconBox{background:color-mix(in srgb, var(--text-secondary) 15%, var(--dropdown-bg));border:1px solid color-mix(in srgb, var(--text-secondary) 18%, transparent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:64px;transition:transform .25s;display:flex;position:absolute;top:50%;left:16px;transform:translateY(-28%)rotate(-6deg)}.DocumentWidget-module__JpWZ3G__Card:hover .DocumentWidget-module__JpWZ3G__IconBox{transform:translateY(-28%)rotate(-3deg)scale(1.06)}.DocumentWidget-module__JpWZ3G__Info{flex:1;min-width:0}.DocumentWidget-module__JpWZ3G__Title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;line-height:1.35;overflow:hidden}.DocumentWidget-module__JpWZ3G__Subtitle{color:var(--text-muted);margin-top:1px;font-size:11.5px}
.GraphWidget-module__csvmoW__Widget{border:1px solid color-mix(in srgb, var(--text-primary) 12%, transparent);background:var(--dropdown-bg,var(--chat-bg));min-width:480px;min-height:240px;box-shadow:none;contain:layout style;border-radius:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:16px 0;display:grid;overflow:hidden}.GraphWidget-module__csvmoW__WidgetFullWidth{grid-template-columns:1fr}.GraphWidget-module__csvmoW__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__csvmoW__Header{justify-content:flex-end;align-items:center;display:flex;position:absolute;top:10px;right:10px}.GraphWidget-module__csvmoW__Title{letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb, var(--text-primary) 60%, transparent);font-size:.75rem}.GraphWidget-module__csvmoW__CopyButton{margin-left:auto}.GraphWidget-module__csvmoW__EquationRow{justify-content:center;align-self:center;align-items:baseline;gap:8px;display:inline-flex}.GraphWidget-module__csvmoW__EquationPrefix{color:var(--text-primary);flex-shrink:0;font-family:Times New Roman,Georgia,serif;font-size:1.15rem;font-style:italic}.GraphWidget-module__csvmoW__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__csvmoW__Editor:hover .GraphWidget-module__csvmoW__EquationInput,.GraphWidget-module__csvmoW__EquationInput:focus{color:var(--action-color)}.GraphWidget-module__csvmoW__EquationInput::placeholder{color:color-mix(in srgb, var(--action-color) 50%, transparent)}.GraphWidget-module__csvmoW__Error{color:color-mix(in srgb, var(--action-color) 55%, var(--text-primary) 45%);font-size:.75rem}.GraphWidget-module__csvmoW__GraphPane{background:var(--dropdown-bg,var(--chat-bg));padding:10px 12px 16px;position:relative}.GraphWidget-module__csvmoW__GraphPaneSnapped{cursor:none}.GraphWidget-module__csvmoW__Tooltip{background:color-mix(in srgb, var(--dropdown-bg) 92%, var(--text-primary) 8%);color:var(--text-primary);box-shadow:none;border-radius:999px;padding:6px 12px;font-size:.75rem}.GraphWidget-module__csvmoW__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__csvmoW__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__csvmoW__GraphPane .recharts-cartesian-grid line{stroke:color-mix(in srgb, var(--text-secondary) 28%, transparent)}.GraphWidget-module__csvmoW__GraphPane .recharts-text{fill:var(--text-secondary)}.GraphWidget-module__csvmoW__GraphPane .recharts-tooltip-cursor{stroke:color-mix(in srgb, var(--text-secondary) 30%, transparent)}@media (max-width:520px){.GraphWidget-module__csvmoW__Widget{min-width:unset;grid-template-columns:1fr}.GraphWidget-module__csvmoW__Editor{border-right:none;border-bottom:1px solid color-mix(in srgb, var(--text-primary) 8%, transparent)}.GraphWidget-module__csvmoW__GraphPane{min-height:220px}}.GraphWidget-module__csvmoW__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__csvmoW__SliderRow{grid-template-columns:28px 40px 1fr;align-items:center;gap:8px;width:100%;display:grid}.GraphWidget-module__csvmoW__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__csvmoW__SliderUnit{color:color-mix(in srgb, var(--text-secondary) 70%, transparent);font-size:.72rem;font-style:normal}.GraphWidget-module__csvmoW__SliderValue{color:var(--text-primary);text-align:right;font-variant-numeric:tabular-nums;min-width:36px;font-size:.78rem}.GraphWidget-module__csvmoW__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__csvmoW__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__csvmoW__Slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.GraphWidget-module__csvmoW__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__csvmoW__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__csvmoW__MultiEquationList{flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;display:flex}.GraphWidget-module__csvmoW__MultiEquationRow{align-items:center;gap:8px;display:flex}.GraphWidget-module__csvmoW__MultiEquationDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.GraphWidget-module__csvmoW__MultiEquationText{color:var(--text-primary);font-family:Times New Roman,Georgia,serif;font-size:.85rem;font-style:italic}.GraphWidget-module__csvmoW__GeometryCanvas{object-fit:contain;width:100%;height:100%;max-height:240px;display:block}.GraphWidget-module__csvmoW__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}
.SophiaMetisBanner-module__UN1Oda__Banner{aspect-ratio:16/9;background:#000;border-radius:20px;width:100%;position:relative;overflow:hidden}.SophiaMetisBanner-module__UN1Oda__Layer{opacity:0;transition:opacity .35s;position:absolute;inset:0}.SophiaMetisBanner-module__UN1Oda__LayerVisible{opacity:1;animation:.35s SophiaMetisBanner-module__UN1Oda__layerIn}@keyframes SophiaMetisBanner-module__UN1Oda__layerIn{0%{opacity:0}to{opacity:1}}.SophiaMetisBanner-module__UN1Oda__Canvas{width:100%;height:100%;position:absolute;inset:0}.SophiaMetisBanner-module__UN1Oda__TextLayer{pointer-events:none;z-index:2;position:absolute;inset:0}.SophiaMetisBanner-module__UN1Oda__BeatStack{flex-direction:column;justify-content:center;align-items:center;gap:clamp(6px,1.8vw,14px);padding:0 24px;display:flex;position:absolute;inset:0}.SophiaMetisBanner-module__UN1Oda__Line{opacity:0;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:0 .25em;line-height:1.15;transition:opacity .5s;display:flex}.SophiaMetisBanner-module__UN1Oda__Visible{opacity:1}.SophiaMetisBanner-module__UN1Oda__Word{opacity:0;filter:blur(6px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),filter .4s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translateY(8px)scale(1.08)}.SophiaMetisBanner-module__UN1Oda__Visible .SophiaMetisBanner-module__UN1Oda__Word{opacity:1;filter:blur();transform:translateY(0)scale(1)}.SophiaMetisBanner-module__UN1Oda__HeroText{color:#fff;letter-spacing:-.028em;font-size:clamp(26px,6.5vw,44px);font-weight:700}.SophiaMetisBanner-module__UN1Oda__TagText{color:#fff;letter-spacing:-.015em;font-size:clamp(18px,4.5vw,27px);font-weight:600}.SophiaMetisBanner-module__UN1Oda__GreekText{color:#ffffffd1;letter-spacing:.04em;font-size:clamp(16px,4.2vw,24px);font-weight:500}.SophiaMetisBanner-module__UN1Oda__MeaningText{color:#fff;letter-spacing:-.025em;font-size:clamp(24px,6vw,40px);font-weight:700}@media (prefers-reduced-motion:reduce){.SophiaMetisBanner-module__UN1Oda__Layer{transition:none;animation:none}.SophiaMetisBanner-module__UN1Oda__Line{transition:none}.SophiaMetisBanner-module__UN1Oda__Word{filter:none;transition:none;transform:none}}
.StigmiBanner-module__V8_CvW__Banner{aspect-ratio:16/9;background:#000;border-radius:20px;width:100%;position:relative;overflow:hidden}.StigmiBanner-module__V8_CvW__Layer{opacity:0;transition:opacity .35s;position:absolute;inset:0}.StigmiBanner-module__V8_CvW__LayerVisible{opacity:1;animation:.35s StigmiBanner-module__V8_CvW__layerIn}@keyframes StigmiBanner-module__V8_CvW__layerIn{0%{opacity:0}to{opacity:1}}.StigmiBanner-module__V8_CvW__Canvas{width:100%;height:100%;position:absolute;inset:0}.StigmiBanner-module__V8_CvW__TextLayer{pointer-events:none;z-index:2;position:absolute;inset:0}.StigmiBanner-module__V8_CvW__BeatStack{flex-direction:column;justify-content:center;align-items:center;gap:clamp(6px,1.8vw,14px);padding:0 24px;display:flex;position:absolute;inset:0}.StigmiBanner-module__V8_CvW__Line{opacity:0;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:0 .25em;line-height:1.15;transition:opacity .5s;display:flex}.StigmiBanner-module__V8_CvW__Visible{opacity:1}.StigmiBanner-module__V8_CvW__Word{opacity:0;filter:blur(6px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),filter .4s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translateY(8px)scale(1.08)}.StigmiBanner-module__V8_CvW__Visible .StigmiBanner-module__V8_CvW__Word{opacity:1;filter:blur();transform:translateY(0)scale(1)}.StigmiBanner-module__V8_CvW__HeroText{color:#fff;letter-spacing:-.028em;font-size:clamp(26px,6.5vw,44px);font-weight:700}.StigmiBanner-module__V8_CvW__TagText{color:#fff;letter-spacing:-.015em;font-size:clamp(18px,4.5vw,27px);font-weight:600}.StigmiBanner-module__V8_CvW__GreekText{color:#ffffffd1;letter-spacing:.04em;font-size:clamp(16px,4.2vw,24px);font-weight:500}.StigmiBanner-module__V8_CvW__MeaningText{color:#fff;letter-spacing:-.025em;font-size:clamp(24px,6vw,40px);font-weight:700}@media (prefers-reduced-motion:reduce){.StigmiBanner-module__V8_CvW__Layer{transition:none;animation:none}.StigmiBanner-module__V8_CvW__Line{transition:none}.StigmiBanner-module__V8_CvW__Word{filter:none;transition:none;transform:none}}
