.ConversationInput-module__textInputContainer{position:relative;display:block;z-index:1;max-height:300px}.ConversationInput-module__textInputContainer:before,.ConversationInput-module__textInputContainer:after{position:absolute;z-index:-1;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:30px;background:linear-gradient(var(--conversation-input-gradient-angle, 0deg),#e81341 12.76%,#63b1ff 74.63%);content:""}.ConversationInput-module__textInputContainer:focus-within:before,.ConversationInput-module__textInputContainer:focus-within:after{background:var(--stroke-tertiary-1)}.ConversationInput-module__textInputContainer.ConversationInput-module__compact{max-height:100px}.ConversationInput-module__textInputContainer[data-disabled=true]{cursor:not-allowed}.ConversationInput-module__textInputContainer[data-disabled=true]:before,.ConversationInput-module__textInputContainer[data-disabled=true]:after{background:#aaa}.ConversationInput-module__textInputContainer[data-reduced-motion=true]:before,.ConversationInput-module__textInputContainer[data-reduced-motion=true]:after{background:var(--stroke-tertiary-1)}.ConversationInput-module__textInputWrapper{width:100%}.ConversationInput-module__innerContainer{display:flex;align-content:center;justify-content:space-between;width:100%;height:100%;padding:15px 12px 15px 16px;border-radius:28px;background:var(--surface-primary-1);top:0;right:0;bottom:0;left:0}.ConversationInput-module__compact .ConversationInput-module__innerContainer{display:flex;align-items:center;justify-content:space-between;padding:8px 12px 8px 16px}.ConversationInput-module__textInput{width:100%;min-height:32px;max-height:125px;padding:8px 6px;border:none;vertical-align:middle;caret-color:var(--color-blue-800);resize:none;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:var(--functional-gray) transparent;mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent)}.ConversationInput-module__compact .ConversationInput-module__textInput{margin:0;max-height:80px;padding:4px 0 4px 4px}.ConversationInput-module__textInput:hover{scrollbar-color:#666 transparent}.ConversationInput-module__textInput:focus-visible{outline:none}.ConversationInput-module__textInput::placeholder{color:var(--functional-gray)}.ConversationInput-module__textInput:disabled{opacity:.5;pointer-events:none}.ConversationInput-module__formFunctions{align-content:end}.ConversationInput-module__inlineSubmitButton{margin-left:10px}.ConversationInput-module__chatWrapper{position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:visible;max-width:var(--max-chat-width);padding:0 20px;width:100%;z-index:1}.ConversationInput-module__chatWrapperLandingPage{padding:0}.ConversationInput-module__submitButton .ConversationInput-module__arrowUpIcon{width:14px;height:14px}.ConversationInput-module__submitButton .ConversationInput-module__loadingIndicator{width:16px;height:16px}.ConversationInput-module__submitButton .ConversationInput-module__loadingIndicator svg{width:16px;height:16px}.ConversationInput-module__submitButton .ConversationInput-module__loadingIndicator path{fill:var(--text-secondary)}.ConversationInput-module__disclaimerInput{margin-top:8px;margin-bottom:0}.Disclaimer-module__disclaimer{color:var(--functional-gray);text-align:center;font-size:.625rem}:root{--shadow-default: 0 2px 10px 0 rgba(0, 0, 0, .05);--shadow-hover: 0 4px 12px 0 rgba(34, 41, 47, .2)}.SuggestedSearch-module__baseCard{--card-content-backgroundless-padding: var(--gap-sm);--card-border-radius: 0;--card-backgroundless-box-shadow: none;height:100%;text-align:left;background-color:var(--color-livid-100);cursor:pointer}@media only screen and (max-width: 600px){.SuggestedSearch-module__baseCard{--card-content-backgroundless-padding: var(--gap-md)}}.SuggestedSearch-module__baseCardContent{display:flex;align-items:center;justify-content:flex-start;gap:var(--gap-sm)}@media only screen and (max-width: 600px){.SuggestedSearch-module__baseCardContent{min-height:30px}}.SuggestedSearch-module__baseIcon{height:16px;width:16px;display:inline-block;line-height:1;vertical-align:middle;flex-shrink:0}.SuggestedSearch-module__motionDiv{height:100%}.SuggestedSearch-module__suggestionCard{transition:background-color .3s ease}.SuggestedSearch-module__suggestionCardContent{padding:12px 16px;flex-direction:row;justify-content:flex-start}.SuggestedSearch-module__suggestionCardContent:hover p{color:var(--surface-tertiary-2)}.SuggestedSearch-module__suggestionCardContent:hover svg path{fill:var(--surface-tertiary-2)}@media only screen and (max-width: 600px){.SuggestedSearch-module__suggestionCardContent{min-height:20px;justify-content:flex-start;padding:8px;min-width:100px}}.SuggestedSearch-module__promptText{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.SuggestedSearch-module__slim{background:var(--color-livid-100);border:1px solid #d1d5db;border-radius:20px;font-size:.92rem;font-weight:400;line-height:var(--text-line-height-24);color:var(--text-primary, #222);display:inline-flex;align-items:center;justify-content:center;height:40px;cursor:pointer;transition:box-shadow .3s ease,background .3s ease,border-color .3s ease;white-space:nowrap;text-align:center;flex-shrink:0}@media (max-width: 600px){.SuggestedSearch-module__slim{padding:8px}}.SuggestedSearch-module__slim:focus{background:var(--surface-primary-2)}.SuggestedSearch-module__slim:hover{box-shadow:var(--shadow-hover)}.SuggestedSearch-module__slimContent{align-items:center;justify-content:center;height:100%;flex-direction:row;gap:4px}@media (max-width: 600px){.SuggestedSearch-module__slimContent{--card-content-backgroundless-padding: 0px 8px}}.SuggestedSearch-module__slimText{font-size:.92rem;line-height:1.2;display:inline}.SuggestedSearchList-module__suggestedSearchList{display:flex;flex-direction:column;width:100%}.SuggestedSearchList-module__suggestedSearchList>div:not(:last-child)>div{border-bottom:1px solid var(--stroke-secondary-1)}.SuggestedSearchList-module__landing{padding:0 12px}.SuggestedSearchList-module__chat{padding:0}
