.VAgentPageWidget_container__6kdPX{display:flex;width:100%;height:100%;background-color:#fff}.VAgentPageWidget_mainContent__F3bl6{flex:1 1;display:flex;flex-direction:column;min-width:700px;height:100%;overflow:auto}.VAgentPageWidget_sidebar__MBs2Z{width:280px;min-width:280px;border-right:1px solid #d0cecc;display:flex;flex-direction:column;background-color:#f5f4f4}.VAgentPageWidget_sidebarHeader__WG7RC{padding:16px;border-bottom:1px solid #d0cecc;display:flex;flex-direction:column;gap:12px}.VAgentPageWidget_sidebarHeader__WG7RC h2{font-size:18px;font-weight:600;color:#403f3c;margin:0}.VAgentPageWidget_newChatButton__IlSKT{width:100%;padding:10px 16px;border:1px solid #bbb8b5;border-radius:8px;background-color:#fff;font-size:14px;font-weight:500;color:#6d6a66;cursor:pointer;transition:all .15s ease}.VAgentPageWidget_newChatButton__IlSKT:hover{background-color:#dfdedd;border-color:#adaaa6}.VAgentPageWidget_conversationList__KhXsd{flex:1 1;overflow-y:auto;padding:8px}.VAgentPageWidget_conversationItem__nUqqL{width:100%;padding:12px;border:none;border-radius:8px;background-color:transparent;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:background-color .15s ease}.VAgentPageWidget_conversationItem__nUqqL:hover{background-color:#dfdedd}.VAgentPageWidget_conversationItem__nUqqL.VAgentPageWidget_active__NinRT{background-color:#d0cecc}.VAgentPageWidget_conversationTitle__POpE4{font-size:14px;font-weight:500;color:#54524f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VAgentPageWidget_conversationDate__CmFN1{font-size:12px;color:#999590}.VAgentPageWidget_emptyConversations__jm98J{padding:24px 16px;text-align:center}.VAgentPageWidget_emptyConversations__jm98J p{font-size:14px;color:#999590;margin:0}.VAgentPageWidget_chatArea__W7p6d{flex:1 1;display:flex;flex-direction:column;min-width:0}.VAgentPageWidget_messageList__W2CTb{flex:1 1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.VAgentPageWidget_welcomeMessage__DqG8H{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:40px}.VAgentPageWidget_welcomeMessage__DqG8H h1{font-size:28px;font-weight:600;color:#403f3c;margin:0 0 12px}.VAgentPageWidget_welcomeMessage__DqG8H p{font-size:16px;color:#8b8883;margin:0 0 32px}.VAgentPageWidget_suggestedQuestions__alo8p{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.VAgentPageWidget_suggestedQuestion__vsXmO{padding:10px 16px;border:1px solid #bbb8b5;border-radius:20px;background-color:#fff;font-size:14px;color:#6d6a66;cursor:pointer;transition:all .15s ease}.VAgentPageWidget_suggestedQuestion__vsXmO:hover{background-color:#dfdedd;border-color:#adaaa6}.VAgentPageWidget_message__pzc80{max-width:80%;padding:12px 16px;border-radius:12px;line-height:1.5}.VAgentPageWidget_message__pzc80.VAgentPageWidget_user__jYHNL{align-self:flex-end;background-color:#ff0038;color:#fff}.VAgentPageWidget_message__pzc80.VAgentPageWidget_assistant__JdHkc{align-self:flex-start;background-color:#dfdedd;color:#403f3c}.VAgentPageWidget_message__pzc80.VAgentPageWidget_system__EVNl0{align-self:center;background-color:#f5f4f4;color:#8b8883;font-size:13px}.VAgentPageWidget_messageContent__8AXm2{white-space:pre-wrap;word-break:break-word}.VAgentPageWidget_cursor__aDwVP{animation:VAgentPageWidget_blink__k0T8y 1s infinite}@keyframes VAgentPageWidget_blink__k0T8y{0%,50%{opacity:1}51%,to{opacity:0}}.VAgentPageWidget_inputArea__EpEPY{padding:16px 24px 24px;border-top:1px solid #d0cecc;background-color:#fff}.VAgentPageWidget_inputForm__0VhU_{display:flex;gap:12px;align-items:flex-end}.VAgentPageWidget_messageInput__ovaCN{flex:1 1;min-height:44px;max-height:200px;padding:10px 16px;border:1px solid #bbb8b5;border-radius:12px;font-size:14px;line-height:1.5;resize:none;outline:none;transition:border-color .15s ease}.VAgentPageWidget_messageInput__ovaCN:focus{border-color:#ff0038}.VAgentPageWidget_messageInput__ovaCN:disabled{background-color:#dfdedd;cursor:not-allowed}.VAgentPageWidget_messageInput__ovaCN::placeholder{color:#adaaa6}.VAgentPageWidget_sendButton__xRPiO{padding:10px 20px;border:none;border-radius:8px;background-color:#ff0038;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease}.VAgentPageWidget_sendButton__xRPiO:hover:not(:disabled){background-color:#e80033}.VAgentPageWidget_sendButton__xRPiO:disabled{background-color:#bbb8b5;cursor:not-allowed}.VAgentPageWidget_disclaimer__eqjoL{margin:8px 0 0;font-size:12px;color:#999590;text-align:center}.VAgentPageWidget_emptyState__0r_rf{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px;text-align:center}.VAgentPageWidget_emptyState__0r_rf h2{font-size:24px;font-weight:600;color:#403f3c;margin:0 0 12px}.VAgentPageWidget_emptyState__0r_rf p{font-size:16px;color:#8b8883;margin:0}.VAgentPageWidget_overlay__lH15W{display:none}@media(max-width:570px){.VAgentPageWidget_container__6kdPX{position:relative;overflow:hidden;width:100%}.VAgentPageWidget_mainContent__F3bl6{min-width:0;overflow:hidden;width:100%}.VAgentPageWidget_overlay__lH15W{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(33,37,41,.3);z-index:999}.VAgentPageWidget_sidebar__MBs2Z{display:none}.VAgentPageWidget_messageList__W2CTb{padding:16px}.VAgentPageWidget_inputArea__EpEPY{padding:12px 16px 16px}.VAgentPageWidget_message__pzc80{max-width:90%}}.VAgentSidebarHeader_header__VmMJa{display:flex;align-items:center;justify-content:space-between;height:28px;margin:10px}.VAgentSidebarHeader_title__j1Tq_{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:600;letter-spacing:-.6px;color:#403f3c;margin:0;font-family:Noto Sans,sans-serif}.VAgentSidebarHeader_toggleButton__DyVg_{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:6px;transition:background-color .15s ease}.VAgentSidebarHeader_toggleButton__DyVg_ svg{width:16px;height:16px}.VAgentSidebarHeader_toggleButton__DyVg_:hover{background:rgba(64,63,60,.05)}@media(max-width:570px){.VAgentSidebarHeader_header__VmMJa{margin-bottom:0}.VAgentSidebarHeader_toggleButton__DyVg_{display:none}}.Avatar_wrapper__ogSQ5{overflow:hidden;border:2px solid #fff}.Avatar_wrapper__ogSQ5.Avatar_XXXL__SOdSE{width:128px;height:128px}.Avatar_wrapper__ogSQ5.Avatar_XXL__6thIQ{width:96px;height:96px}.Avatar_wrapper__ogSQ5.Avatar_XL__00NfY{width:69px;height:69px}.Avatar_wrapper__ogSQ5.Avatar_L__pfl1o{width:40px;height:40px}.Avatar_wrapper__ogSQ5.Avatar_M___2Ep1{width:32px;height:32px}.Avatar_wrapper__ogSQ5.Avatar_S__JHUz0{width:24px;height:24px}.Avatar_wrapper__ogSQ5.Avatar_default__pnac4{border-radius:50%}.Avatar_wrapper__ogSQ5.Avatar_square__DHQj_{border-radius:6px}.Avatar_clickable__OAXFZ{cursor:pointer}.Avatar_clickable__OAXFZ:hover{opacity:.8}.Divider_divider__jFuj_{position:relative;display:block}.Divider_horizontal__kQ1Xv{border-bottom:1px solid;width:100%;height:1px}.Divider_horizontal__kQ1Xv.Divider_default__eNC4q{border-color:#d0cecc}.Divider_horizontal__kQ1Xv.Divider_invert__qDM0g{border-color:#bbb8b5}.Divider_vertical__einwQ{border-left:1px solid;width:1px;height:100%}.Divider_vertical__einwQ.Divider_default__eNC4q{border-color:#d0cecc}.Divider_vertical__einwQ.Divider_invert__qDM0g{border-color:#bbb8b5}.Divider_secondary__byJK2{border:none}.Divider_secondary__byJK2.Divider_default__eNC4q{background-image:linear-gradient(90deg,#d0cecc 3px,transparent 0);background-size:5px 1px;background-repeat:repeat-x}.Divider_secondary__byJK2.Divider_default__eNC4q.Divider_vertical__einwQ{background-image:linear-gradient(180deg,#d0cecc 3px,transparent 0);background-size:1px 5px;background-repeat:repeat-y}.Divider_secondary__byJK2.Divider_invert__qDM0g{background-image:linear-gradient(90deg,#bbb8b5 3px,transparent 0);background-size:5px 1px;background-repeat:repeat-x}.Divider_secondary__byJK2.Divider_invert__qDM0g.Divider_vertical__einwQ{background-image:linear-gradient(180deg,#bbb8b5 3px,transparent 0);background-size:1px 5px;background-repeat:repeat-y}.AccountPopup_popup__342am{position:absolute;width:calc(100% - 20px);bottom:100%;left:10px;right:0;margin-bottom:8px;background:#fff;border:1px solid #d0cecc;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:1000;overflow:hidden}.AccountPopup_popupCollapsed__TWKbL{position:fixed;width:250px}.AccountPopup_header__NZyje{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #dfdedd}.AccountPopup_headerTitle__yUxnA{font-size:13px;font-weight:500;color:#403f3c}.AccountPopup_headerIcon__KUYPR{width:16px;height:16px}.AccountPopup_headerIcon__KUYPR path{fill:#403f3c}.AccountPopup_workspaceList__ZeUj2{max-height:280px;overflow-y:auto}.AccountPopup_workspaceList__ZeUj2::-webkit-scrollbar{width:4px}.AccountPopup_workspaceList__ZeUj2::-webkit-scrollbar-thumb{background-color:#bbb8b5;border-radius:2px}.AccountPopup_workspaceList__ZeUj2::-webkit-scrollbar-track{background-color:transparent}.AccountPopup_workspaceItem__m7mp_{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;transition:background-color .15s ease}.AccountPopup_workspaceItem__m7mp_:hover:not(.AccountPopup_selected__0PwCb){background-color:#f5f4f4}.AccountPopup_workspaceItem__m7mp_.AccountPopup_selected__0PwCb{background-color:#ffe6eb}.AccountPopup_workspaceThumbnail__tgCAm{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0}.AccountPopup_workspaceInfo__jW750{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.AccountPopup_workspaceName__ZTJd_{font-size:13px;font-weight:500;color:#403f3c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AccountPopup_adminBadge__jl5ct{flex-shrink:0;font-size:10px;font-weight:500;color:#fff;padding:2px 6px;border-radius:10px;background-color:#ff547a}.AccountPopup_workspacePlan___W99N{font-size:12px;color:#999590;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AccountPopup_checkIcon__SV71N{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#6d6a66}.AccountPopup_skeleton__8FF9J{background:linear-gradient(90deg,#dfdedd 25%,#f5f4f4 50%,#dfdedd 75%);background-size:200% 100%;animation:AccountPopup_shimmer__LtEes 1.5s infinite;border-radius:4px}.AccountPopup_skeletonThumbnail__lrVTB{width:40px;height:40px;border-radius:6px}.AccountPopup_skeletonName__wBeyo{width:100px;height:16px}.AccountPopup_skeletonPlan__7LhyM{width:60px;height:14px;margin-top:2px}@keyframes AccountPopup_shimmer__LtEes{0%{background-position:200% 0}to{background-position:-200% 0}}.VAgentSidebarAccount_accountSection__ehVd1{position:relative;padding:10px 0}.VAgentSidebarAccount_dividerWrapper__AV_Yd{margin-bottom:10px}.VAgentSidebarAccount_accountInfo__5CYvD{display:flex;align-items:center;padding:0 10px;gap:10px}.VAgentSidebarAccount_userDetails__VZoTf{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.VAgentSidebarAccount_userName__2PJFX{font-size:13px;font-weight:500;color:#403f3c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VAgentSidebarAccount_userPlan__lZ5G2{font-size:12px;color:#999590;white-space:nowrap}.VAgentSidebarAccount_clickable__uTDIx{cursor:pointer;border-radius:6px;transition:background-color .15s ease}.VAgentSidebarAccount_clickable__uTDIx:hover{background-color:rgba(64,63,60,.04)}.VAgentSidebarAccount_accountCollapsedWrapper__jx3vQ{position:relative}.VAgentSidebarAccount_accountCollapsed__CFunb{display:flex;align-items:center;justify-content:center}.VAgentSidebarAccount_skeleton__s6m_L{background:linear-gradient(90deg,#dfdedd 25%,#f5f4f4 50%,#dfdedd 75%);background-size:200% 100%;animation:VAgentSidebarAccount_shimmer__cbhs7 1.5s infinite;border-radius:4px}.VAgentSidebarAccount_skeletonAvatar__SCJ_h{width:40px;height:40px;border-radius:50%}.VAgentSidebarAccount_skeletonAvatarSmall__9WGmk{width:32px;height:32px;border-radius:50%}.VAgentSidebarAccount_skeletonName__GYyBJ{width:80px;height:16px}.VAgentSidebarAccount_skeletonPlan__DHVhu{width:50px;height:14px}@keyframes VAgentSidebarAccount_shimmer__cbhs7{0%{background-position:200% 0}to{background-position:-200% 0}}.VAgentSidebarCollapsed_collapsedContent__SnHej{width:52px;height:100%;display:flex;flex-direction:column;align-items:center;padding:16px 8px;gap:8px;opacity:1;animation:VAgentSidebarCollapsed_fadeIn__Oi57u .15s cubic-bezier(.4,0,.2,1)}@keyframes VAgentSidebarCollapsed_fadeIn__Oi57u{0%{opacity:0}to{opacity:1}}.VAgentSidebarCollapsed_collapsedToggle__Xoq3f{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:6px;transition:all .15s ease;margin-bottom:8px}.VAgentSidebarCollapsed_collapsedToggle__Xoq3f svg{width:16px;height:16px}.VAgentSidebarCollapsed_collapsedToggle__Xoq3f:hover{background:rgba(64,63,60,.05)}.VAgentSidebarCollapsed_collapsedAction__RLnHL{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:6px;transition:all .15s ease}.VAgentSidebarCollapsed_collapsedAction__RLnHL svg{width:16px;height:16px}.VAgentSidebarCollapsed_collapsedAction__RLnHL:hover{background:rgba(64,63,60,.05)}.VAgentSidebarCollapsed_newChatBadge__52OSz{width:20px;height:20px;min-width:20px;display:flex;align-items:center;justify-content:center;background:#ff3360;border-radius:50%}.VAgentSidebarCollapsed_newChatBadge__52OSz svg{width:16px;height:16px;filter:brightness(0) invert(1)}.VAgentSidebarCollapsed_spacer__iU6r6{flex-grow:1}.VAgentSidebarItem_item__J_lZs{display:flex;align-items:center;gap:8px;width:100%;height:36px;padding:0 8px;border:none;border-radius:8px;background-color:transparent;color:#403f3c;cursor:pointer;transition:background-color .15s ease}.VAgentSidebarItem_item__J_lZs:hover{background-color:#f5f4f4}.VAgentSidebarItem_item__J_lZs.VAgentSidebarItem_isSelected__HRDMz{background-color:#f4f2f1}.VAgentSidebarItem_primary__2MzDL .VAgentSidebarItem_label___irjh{color:#ff0038}.VAgentSidebarItem_icon__uHuY1{display:flex;align-items:center;justify-content:center;flex-shrink:0}.VAgentSidebarItem_icon__uHuY1 svg{width:16px;height:16px}.VAgentSidebarItem_label___irjh{flex:1 1;min-width:0;font-size:16px;font-weight:400;color:#403f3c;letter-spacing:-.6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.VAgentSidebarItem_endAddon__ZRvLm{display:flex;align-items:center;flex-shrink:0}.VAgentSidebarNav_navSection__NhaHd{display:flex;flex-direction:column;gap:4px;margin-top:20px;padding:0 10px}.VAgentSidebarNav_newChatBadge__712rc{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#ff3360;border-radius:50px}.VAgentSidebarNav_newChatBadge__712rc svg{width:16px;height:16px;filter:brightness(0) invert(1)}.VAgentDeleteModal_wrapper__c6oqS{position:relative;width:280px;padding:20px;background:#fff;border-radius:6px}.VAgentDeleteModal_closeButton__dndqT{position:absolute;top:12px;right:12px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:0}.VAgentDeleteModal_closeButton__dndqT svg{width:24px;height:24px;color:#999590}.VAgentDeleteModal_closeButton__dndqT:hover svg{color:#6d6a66}.VAgentDeleteModal_content__1g_C9{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:8px}.VAgentDeleteModal_title__Ptp_2{font-size:16px;font-weight:600;color:#403f3c;margin:0 0 16px;letter-spacing:-.6px}.VAgentDeleteModal_iconWrapper__cVBZl{width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.VAgentDeleteModal_trashIcon__nhny3{width:100px;height:100px}.VAgentDeleteModal_description__KfopG{font-size:14px;font-weight:400;color:#6d6a66;margin:0;line-height:1.5;letter-spacing:-.6px;white-space:pre-line}.VAgentDeleteModal_footer__trzgb{display:flex;gap:8px;margin-top:24px}.VAgentConversationMenu_menuContent__Tdj1P{min-width:180px;z-index:1000}.VAgentConversationMenu_menuContent__Tdj1P,.VAgentConversationMenu_subMenuContent__Wg9xj{background:#fff;border:1px solid #d0cecc;border-radius:8px;padding:4px 0;box-shadow:0 0 1px 0 rgba(15,34,67,.1),0 1px 3px 0 rgba(15,34,67,.1),0 8px 24px -6px rgba(15,34,67,.2);animation:VAgentConversationMenu_fadeIn__8ea_q .15s ease}.VAgentConversationMenu_subMenuContent__Wg9xj{min-width:160px;max-width:220px;z-index:1001}@keyframes VAgentConversationMenu_fadeIn__8ea_q{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.VAgentConversationMenu_menuItem__g6uS0{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:14px;font-weight:400;color:#403f3c;cursor:pointer;outline:none;background:transparent;border:none;transition:background-color .1s ease;letter-spacing:-.3px}.VAgentConversationMenu_menuItem__g6uS0:hover,.VAgentConversationMenu_menuItem__g6uS0[data-highlighted]{background:#f5f4f4}.VAgentConversationMenu_menuItem__g6uS0:active{background:#dfdedd}.VAgentConversationMenu_menuIcon___sqgN{width:16px;height:16px;flex-shrink:0;color:#403f3c}.VAgentConversationMenu_chevronRight__obIdq{width:12px;height:12px;margin-left:auto;color:#999590}.VAgentConversationMenu_projectName__ZJtra{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1;min-width:0;text-align:left}.VAgentConversationMenu_separator__5xbx8{height:1px;background:#dfdedd;margin:4px 0}.HistoryItemContextMenu_moreButton__YGaBU{width:24px;height:24px;margin-right:6px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;cursor:pointer;opacity:0;transition:all .15s ease;flex-shrink:0}.HistoryItemContextMenu_moreButton__YGaBU svg{width:16px;height:16px;color:#6d6a66}.HistoryItemContextMenu_moreButton__YGaBU:hover{background:rgba(64,63,60,.08)}.HistoryItemContextMenu_moreButton__YGaBU[data-visible=true]{opacity:1}.HistoryItemContextMenu_moreButton__YGaBU[data-state=open]{opacity:1;background:rgba(64,63,60,.08)}@media(max-width:570px){.HistoryItemContextMenu_moreButton__YGaBU,.HistoryItemContextMenu_moreButton__YGaBU[data-visible=false]{opacity:1}}.VAgentSidebarHistory_sectionHeading__179O0{padding:20px 10px 4px;font-size:12px;font-weight:400;color:#999590;letter-spacing:-.2px}.VAgentSidebarHistory_conversationList__uqDTG{display:flex;flex-direction:column;gap:4px}.VAgentSidebarHistory_conversationGroup__7UEw_{display:flex;flex-direction:column;gap:2px}.VAgentSidebarHistory_groupLabel__pxnTv{font-size:12px;font-weight:400;color:#999590;padding:15px 10px 4px;letter-spacing:-.2px}.VAgentSidebarHistory_historyItemWrapper__QeO8n{position:relative;display:flex;align-items:center;border-radius:6px;transition:background-color .15s ease}.VAgentSidebarHistory_historyItemWrapper__QeO8n:hover{background-color:#f5f4f4}.VAgentSidebarHistory_historyItemWrapper__QeO8n.VAgentSidebarHistory_isSelected__DdYLm{background-color:#f4f2f1}.VAgentSidebarHistory_historyItem__S4pKW{flex:1 1;min-width:0;display:flex;align-items:center;gap:6px;padding:8px 10px;background:transparent;border:none;border-radius:6px;cursor:pointer;text-align:left;outline:none}.VAgentSidebarHistory_historyItem__S4pKW:focus-visible{box-shadow:inset 0 0 0 2px #ff547a}.VAgentSidebarHistory_historyItem__S4pKW:active{background-color:#dfdedd}.VAgentSidebarHistory_conversationLabelWrapper___NFL5{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1}.VAgentSidebarHistory_conversationTitle__MYnyK{font-size:14px;font-weight:400;color:#403f3c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.6px;transition:all .15s ease}.VAgentSidebarHistory_conversationMeta__n9aS3{font-size:12px;color:#999590}.VAgentSidebarHistory_editingItem__0S4nK{padding:8px 10px;background:#fff;border-radius:6px;border:1px solid #ff3360}.VAgentSidebarHistory_editInput__wzGT8{width:100%;border:none;outline:none;font-size:14px;font-weight:400;color:#403f3c;background:transparent;letter-spacing:-.6px}.VAgentSidebarHistory_editInput__wzGT8::placeholder{color:#bbb8b5}.VAgentSidebarHistory_loadMoreSentinel__a9RKK{display:flex;justify-content:center;padding:8px 0;min-height:1px}.VAgentSidebarHistory_loadingDots__Gj7IF{display:flex;gap:4px;align-items:center}.VAgentSidebarHistory_loadingDots__Gj7IF span{width:4px;height:4px;border-radius:50%;background-color:#adaaa6;animation:VAgentSidebarHistory_dotPulse__nGq_6 1.2s ease-in-out infinite}.VAgentSidebarHistory_loadingDots__Gj7IF span:nth-child(2){animation-delay:.2s}.VAgentSidebarHistory_loadingDots__Gj7IF span:nth-child(3){animation-delay:.4s}@keyframes VAgentSidebarHistory_dotPulse__nGq_6{0%,80%,to{opacity:.3}40%{opacity:1}}.VAgentSidebarUsage_usageCard__EGLOd{flex-shrink:0;padding:16px;margin:10px 10px 0;background:#fff;border:1px solid #d0cecc;border-radius:6px;display:flex;flex-direction:column;gap:10px}.VAgentSidebarUsage_usageItem__l1s9w{display:flex;flex-direction:column;gap:6px}.VAgentSidebarUsage_usageHeader__NS5mt{display:flex;align-items:center;justify-content:space-between}.VAgentSidebarUsage_usageLabel__8rfAB{font-size:12px;font-weight:400;color:#403f3c;letter-spacing:-.6px}.VAgentSidebarUsage_usageValue__FiDsg{font-size:12px;font-weight:600;color:#403f3c;letter-spacing:-.6px}.VAgentSidebarUsage_usageBar__1TJJ7{height:8px;background:#dfdedd;border-radius:2px;overflow:hidden}.VAgentSidebarUsage_usageBarFill__DzdSz{height:100%;background:#ff3360;border-radius:2px 0 0 2px;transition:width .3s ease}.VAgentSidebarUsage_usageDetailButton__tGHqu{width:100%;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d0cecc;border-radius:6px;font-size:14px;font-weight:400;color:#403f3c;letter-spacing:-.6px;cursor:pointer;transition:all .15s ease;text-decoration:none}.VAgentSidebarUsage_usageDetailButton__tGHqu:hover:not(:disabled){background:rgba(64,63,60,.02)}.VAgentSidebarUsage_usageDetailButton__tGHqu:disabled{cursor:not-allowed;opacity:.6}.VAgentSidebarUsage_skeleton__GllU6{display:inline-block;background:linear-gradient(90deg,#dfdedd 25%,#f5f4f4 50%,#dfdedd 75%);background-size:200% 100%;animation:VAgentSidebarUsage_shimmer__C37Dk 1.5s infinite;border-radius:4px}@keyframes VAgentSidebarUsage_shimmer__C37Dk{0%{background-position:200% 0}to{background-position:-200% 0}}.VAgentSidebarLoginPrompt_loginPrompt__6bXs8{display:flex;flex-direction:column;gap:12px;margin-top:20px;padding:16px;border:1px solid #d0cecc;border-radius:8px;background-color:#fff}.VAgentSidebarLoginPrompt_title__z2xY0{font-size:12px;font-weight:600;color:#403f3c}.VAgentSidebarLoginPrompt_description__tFymM{font-size:12px;color:#403f3c}.VAgentSidebar_sidebar__sr0nr{position:-webkit-sticky;position:sticky;left:0;height:100%;background:#faf9f8;border-right:1px solid #d0cecc;transition:width .2s cubic-bezier(.4,0,.2,1);overflow:hidden;flex-shrink:0;z-index:10}.VAgentSidebar_sidebar__sr0nr.VAgentSidebar_open__cYPUd{width:250px}.VAgentSidebar_sidebar__sr0nr.VAgentSidebar_collapsed__fQCT8{width:52px}.VAgentSidebar_expandedContent__Tlh7m{width:250px;height:100%;display:flex;flex-direction:column;opacity:1;animation:VAgentSidebar_fadeIn__1lRaC .15s cubic-bezier(.4,0,.2,1)}.VAgentSidebar_scrollArea__lbaQQ{flex:1 1;min-height:0;overflow-y:auto;padding:0 10px;border-top:1px solid transparent;transition:border-color .15s ease}.VAgentSidebar_scrollArea__lbaQQ.VAgentSidebar_scrolled__XKEme{border-top-color:#d0cecc}.VAgentSidebar_scrollArea__lbaQQ::-webkit-scrollbar{width:4px}.VAgentSidebar_scrollArea__lbaQQ::-webkit-scrollbar-track{background:transparent}.VAgentSidebar_scrollArea__lbaQQ::-webkit-scrollbar-thumb{background:#d0cecc;border-radius:2px}.VAgentSidebar_scrollArea__lbaQQ::-webkit-scrollbar-thumb:hover{background:#bbb8b5}@keyframes VAgentSidebar_fadeIn__1lRaC{0%{opacity:0}to{opacity:1}}@media(max-width:570px){.VAgentSidebar_sidebar__sr0nr{display:none}.VAgentSidebar_sidebar__sr0nr.VAgentSidebar_mobileOpen__81kH7{display:block;position:fixed;top:0;left:0;z-index:1000;width:250px;height:100vh;animation:VAgentSidebar_slideInLeft__liRQU .3s ease}}@keyframes VAgentSidebar_slideInLeft__liRQU{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.VAgentWelcome_welcomeSection__FFrJP{text-align:center;padding:40px 24px 24px}@media(max-width:570px){.VAgentWelcome_welcomeSection__FFrJP{padding:24px 16px 16px}}.VAgentWelcome_welcomeGreeting__AUgC0{font-size:28px;font-weight:700;color:#403f3c;margin:0}@media(max-width:570px){.VAgentWelcome_welcomeGreeting__AUgC0{font-size:22px}}.VAgentWelcome_welcomeMessage__t0L6t{font-size:28px;font-weight:700;text-align:center;line-height:1.4;letter-spacing:-.01em;color:#403f3c;margin:0}@media(max-width:570px){.VAgentWelcome_welcomeMessage__t0L6t{font-size:22px}}.VAgentWelcome_username__Ge_Os{color:#403f3c;font-weight:600}.VAgentWelcome_suggestionGrid__bGgUD{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;width:680px;max-width:100%;margin:0 auto}@media(max-width:570px){.VAgentWelcome_suggestionGrid__bGgUD{width:100%;flex-direction:column;gap:8px}}.VAgentWelcome_suggestionCard__nIat3{display:flex;align-items:center;justify-content:center;width:calc((100% - 8px)/2);height:auto;padding:8px 12px;background:#f4f2f1;border:none;border-radius:12px;cursor:pointer;transition:all .15s ease;text-align:left}.VAgentWelcome_suggestionCard__nIat3:hover{background:#dfdedd}.VAgentWelcome_suggestionCard__nIat3:active{background:#d0cecc}@media(max-width:570px){.VAgentWelcome_suggestionCard__nIat3{width:100%;height:auto;min-height:48px;padding:10px 12px}}@media(max-width:570px)and (max-height:400px){.VAgentWelcome_suggestionCard__nIat3{display:none}}@media(max-width:570px)and (min-height:401px)and (max-height:500px){.VAgentWelcome_suggestionCard__nIat3:nth-child(n+2){display:none}}@media(max-width:570px)and (min-height:501px)and (max-height:600px){.VAgentWelcome_suggestionCard__nIat3:nth-child(n+3){display:none}}@media(max-width:570px)and (min-height:601px)and (max-height:700px){.VAgentWelcome_suggestionCard__nIat3:nth-child(n+4){display:none}}@media(max-width:570px)and (min-height:701px)and (max-height:800px){.VAgentWelcome_suggestionCard__nIat3:nth-child(n+5){display:none}}.VAgentWelcome_suggestionText___F9M5{flex:1 1;font-size:14px;font-weight:400;line-height:20px;color:#403f3c;letter-spacing:-.6px}@media(max-width:570px){.VAgentWelcome_suggestionText___F9M5{font-size:14px}}.VAgentLoadingState_container__4XOZ0{padding:32px 0}.VAgentLoadingState_title__8TWIr{font-size:20px;font-weight:600;color:#403f3c;margin:0 0 20px;line-height:1.4}.VAgentLoadingState_subtitle__1jpmY{font-size:12px;color:#403f3c;margin-bottom:10px}.VAgentLoadingState_steps__naZfw{display:flex;flex-direction:column;gap:10px}.VAgentLoadingState_step__sHaZV{display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid #d0cecc;border-radius:6px;padding:10px 16px;overflow:hidden}.VAgentLoadingState_stepIconColumn__TPFUU{display:flex;flex-direction:column;align-items:center;width:16px;flex-shrink:0;align-self:stretch;gap:10px}.VAgentLoadingState_stepIcon__qwBlq{width:16px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.VAgentLoadingState_donutSpinner__E1mga{width:16px;height:16px;border:2.5px solid #f4f2f1;border-top-color:#ff3360;border-radius:50%;animation:VAgentLoadingState_spin__Fztmh .8s linear infinite}@keyframes VAgentLoadingState_spin__Fztmh{to{transform:rotate(1turn)}}.VAgentLoadingState_verticalLine__0nxdZ{flex:1 1;width:1px;background-color:#d0cecc}.VAgentLoadingState_stepBody__JXm3v{flex:1 1;display:flex;flex-direction:column;gap:10px;justify-content:center;min-width:0}.VAgentLoadingState_stepTitle__XK1wB{font-size:14px;font-weight:600;color:#403f3c;line-height:1.4;letter-spacing:-.2px}.VAgentLoadingState_stepDescription__6VyjZ{margin:0;font-size:14px;font-weight:400;color:#403f3c;line-height:1.4;letter-spacing:-.2px}.VAgentLoadingState_step__sHaZV.VAgentLoadingState_pending__IUcLo .VAgentLoadingState_stepIcon__qwBlq{color:#6d6a66}.VAgentLoadingState_step__sHaZV.VAgentLoadingState_active__ImAD3 .VAgentLoadingState_stepIcon__qwBlq{color:#ff3360}.VAgentLoadingState_step__sHaZV.VAgentLoadingState_completed__dxm8x .VAgentLoadingState_stepIcon__qwBlq{color:#4faf18}.VAgentLoadingState_step__sHaZV.VAgentLoadingState_completed__dxm8x .VAgentLoadingState_stepTitle__XK1wB{color:#6d6a66}.ChannelCard_card__uyhZI{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:220px;padding:15px;border-radius:6px;border:1px solid #d0cecc;background-color:#fff}.ChannelCard_card__uyhZI .ChannelCard_header__DMVS1{width:100%;min-width:0;display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.ChannelCard_card__uyhZI .ChannelCard_header__DMVS1 .ChannelCard_titleWrapper__PQaRV{display:flex;width:100%;min-width:0;gap:6px;align-items:center}.ChannelCard_card__uyhZI .ChannelCard_header__DMVS1 .ChannelCard_titleWrapper__PQaRV .ChannelCard_thumbnails__8cyHd{flex-shrink:0;width:40px;height:40px;border-radius:20px;overflow:hidden}.ChannelCard_card__uyhZI .ChannelCard_header__DMVS1 .ChannelCard_titleWrapper__PQaRV .ChannelCard_channelInfo__ETV1g{display:flex;min-width:0;flex-direction:column;gap:4px}.ChannelCard_card__uyhZI .ChannelCard_header__DMVS1 .ChannelCard_titleWrapper__PQaRV .ChannelCard_channelInfo__ETV1g .ChannelCard_titleWrapper__PQaRV{width:100%;display:flex;align-items:center;gap:4px}.ChannelCard_card__uyhZI .ChannelCard_header__DMVS1 .ChannelCard_titleWrapper__PQaRV .ChannelCard_channelInfo__ETV1g .ChannelCard_titleWrapper__PQaRV .ChannelCard_channelName__3_B0e{min-width:0;max-width:100%;line-height:140%;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ChannelCard_card__uyhZI .ChannelCard_header__DMVS1 .ChannelCard_titleWrapper__PQaRV .ChannelCard_channelInfo__ETV1g .ChannelCard_titleWrapper__PQaRV svg{flex-shrink:0}.ChannelCard_card__uyhZI .ChannelCard_header__DMVS1 .ChannelCard_titleWrapper__PQaRV .ChannelCard_channelInfo__ETV1g .ChannelCard_category__Y9f87{padding:2px 6px;color:#8b8883;font-size:12px;border-radius:24px;background-color:#f5f4f4;text-wrap:nowrap;width:-moz-fit-content;width:fit-content}.ChannelCard_card__uyhZI .ChannelCard_header__DMVS1 .ChannelCard_titleWrapper__PQaRV .ChannelCard_channelInfo__ETV1g .ChannelCard_category__Y9f87.ChannelCard_categorySelected__eU0a7{border:1px solid #ff0038;color:#54524f;background-color:#f5f4f4}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS{display:flex;flex-direction:column;width:100%;gap:6px}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp{display:flex;align-items:center;justify-content:space-between;width:100%}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_titleWrapper__PQaRV{display:flex;gap:4px}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_titleWrapper__PQaRV .ChannelCard_icon__y9M1d{display:flex;width:16px;height:16px;justify-content:center;align-items:center}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_titleWrapper__PQaRV .ChannelCard_text__f8Tjt{font-size:12px}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_value__AL1bu{font-size:12px;font-weight:600}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_increase_ko__8WDV_{color:#ff0038}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_increase_en__ranvi{color:#4faf18}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_zero__OzIbQ{color:#54524f}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_decrease_ko__fyyt0{color:#02b4dc}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_decrease_en__rCHMg,.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_very_low___NPeI{color:#ff0038}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_low__SozBV{color:#fc7232}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_middle__A1tpE{color:#e8cd00}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_high___QF2U{color:#72bf46}.ChannelCard_card__uyhZI .ChannelCard_dataList__EOGyS .ChannelCard_item___5Ejp .ChannelCard_very_high__8iyIL{color:#4faf18}.ChannelCard_card__uyhZI .ChannelCard_buttonWrapper__0eWre{width:100%;display:flex;flex-direction:column;gap:10px}.ChannelCard_card__uyhZI .ChannelCard_buttonWrapper__0eWre a{width:100%}.ChannelCard_isFluid__9UoDU{width:100%;min-width:0}.ChannelCard_isBlur__hE_nS{filter:blur(6px);pointer-events:none}.Pagination_pagination__FUrmL,.Pagination_spinpagination__mYxP4,.Pagination_wrapper__Bk16M{display:flex}.Pagination_pagination__FUrmL .Pagination_btn__9jaoE,.Pagination_pagination__FUrmL .Pagination_navigator__FqcoI,.Pagination_pagination__FUrmL .Pagination_page__FMTxA,.Pagination_spinpagination__mYxP4 .Pagination_btn__9jaoE,.Pagination_spinpagination__mYxP4 .Pagination_navigator__FqcoI,.Pagination_spinpagination__mYxP4 .Pagination_page__FMTxA,.Pagination_wrapper__Bk16M .Pagination_btn__9jaoE,.Pagination_wrapper__Bk16M .Pagination_navigator__FqcoI,.Pagination_wrapper__Bk16M .Pagination_page__FMTxA{-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;background-color:#fff;width:32px;height:32px;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.Pagination_pagination__FUrmL .Pagination_btn__9jaoE.Pagination_disabled__oZ3pJ,.Pagination_pagination__FUrmL .Pagination_disabled__oZ3pJ.Pagination_navigator__FqcoI,.Pagination_pagination__FUrmL .Pagination_disabled__oZ3pJ.Pagination_page__FMTxA,.Pagination_spinpagination__mYxP4 .Pagination_btn__9jaoE.Pagination_disabled__oZ3pJ,.Pagination_spinpagination__mYxP4 .Pagination_disabled__oZ3pJ.Pagination_navigator__FqcoI,.Pagination_spinpagination__mYxP4 .Pagination_disabled__oZ3pJ.Pagination_page__FMTxA,.Pagination_wrapper__Bk16M .Pagination_btn__9jaoE.Pagination_disabled__oZ3pJ,.Pagination_wrapper__Bk16M .Pagination_disabled__oZ3pJ.Pagination_navigator__FqcoI,.Pagination_wrapper__Bk16M .Pagination_disabled__oZ3pJ.Pagination_page__FMTxA{cursor:not-allowed;background-color:#f5f4f4;border-color:#d0cecc}.Pagination_pagination__FUrmL .Pagination_btn__9jaoE.Pagination_disabled__oZ3pJ svg path,.Pagination_pagination__FUrmL .Pagination_disabled__oZ3pJ.Pagination_navigator__FqcoI svg path,.Pagination_pagination__FUrmL .Pagination_disabled__oZ3pJ.Pagination_page__FMTxA svg path,.Pagination_spinpagination__mYxP4 .Pagination_btn__9jaoE.Pagination_disabled__oZ3pJ svg path,.Pagination_spinpagination__mYxP4 .Pagination_disabled__oZ3pJ.Pagination_navigator__FqcoI svg path,.Pagination_spinpagination__mYxP4 .Pagination_disabled__oZ3pJ.Pagination_page__FMTxA svg path,.Pagination_wrapper__Bk16M .Pagination_btn__9jaoE.Pagination_disabled__oZ3pJ svg path,.Pagination_wrapper__Bk16M .Pagination_disabled__oZ3pJ.Pagination_navigator__FqcoI svg path,.Pagination_wrapper__Bk16M .Pagination_disabled__oZ3pJ.Pagination_page__FMTxA svg path{stroke:#d0cecc}.Pagination_pagination__FUrmL .Pagination_btn__9jaoE.Pagination_disabled__oZ3pJ:active,.Pagination_pagination__FUrmL .Pagination_disabled__oZ3pJ.Pagination_navigator__FqcoI:active,.Pagination_pagination__FUrmL .Pagination_disabled__oZ3pJ.Pagination_page__FMTxA:active,.Pagination_spinpagination__mYxP4 .Pagination_btn__9jaoE.Pagination_disabled__oZ3pJ:active,.Pagination_spinpagination__mYxP4 .Pagination_disabled__oZ3pJ.Pagination_navigator__FqcoI:active,.Pagination_spinpagination__mYxP4 .Pagination_disabled__oZ3pJ.Pagination_page__FMTxA:active,.Pagination_wrapper__Bk16M .Pagination_btn__9jaoE.Pagination_disabled__oZ3pJ:active,.Pagination_wrapper__Bk16M .Pagination_disabled__oZ3pJ.Pagination_navigator__FqcoI:active,.Pagination_wrapper__Bk16M .Pagination_disabled__oZ3pJ.Pagination_page__FMTxA:active{background-color:#f5f4f4;border-color:#d0cecc}.Pagination_pagination__FUrmL .Pagination_page__FMTxA:active,.Pagination_spinpagination__mYxP4 .Pagination_page__FMTxA:active,.Pagination_wrapper__Bk16M .Pagination_page__FMTxA:active{background-color:#d0cecc}.Pagination_pagination__FUrmL .Pagination_btn__9jaoE,.Pagination_pagination__FUrmL .Pagination_navigator__FqcoI,.Pagination_pagination__FUrmL .Pagination_page__FMTxA{border:none}.Pagination_pagination__FUrmL .Pagination_page__FMTxA{border-radius:6px}.Pagination_pagination__FUrmL .Pagination_page__FMTxA.Pagination_selected__Z_yI5{background-color:#fff5f7;color:#ff0038}.Pagination_pagination__FUrmL .Pagination_navigator__FqcoI{border-radius:6px}.Pagination_spinpagination__mYxP4{gap:4px}.Pagination_spinpagination__mYxP4 .Pagination_pageInfo__r1E0Z{display:flex;align-items:center;padding-bottom:2px}.Pagination_spinpagination__mYxP4 .Pagination_navigator__FqcoI{border-radius:50%;border:1px solid #d0cecc}.Pagination_spinpagination__mYxP4 .Pagination_navigator__FqcoI.Pagination_disabled__oZ3pJ{background-color:#f5f4f4;border-color:#bbb8b5}.Pagination_spinpagination__mYxP4 .Pagination_navigator__FqcoI:active{background-color:#d0cecc;border-color:#999590}@media(hover:hover){.Pagination_pagination__FUrmL .Pagination_navigator__FqcoI:not(.Pagination_disabled__oZ3pJ):hover,.Pagination_pagination__FUrmL .Pagination_page__FMTxA:not(.Pagination_selected__Z_yI5):hover,.Pagination_spinpagination__mYxP4 .Pagination_navigator__FqcoI:not(.Pagination_disabled__oZ3pJ):hover,.Pagination_spinpagination__mYxP4 .Pagination_page__FMTxA:not(.Pagination_selected__Z_yI5):hover,.Pagination_wrapper__Bk16M .Pagination_navigator__FqcoI:not(.Pagination_disabled__oZ3pJ):hover,.Pagination_wrapper__Bk16M .Pagination_page__FMTxA:not(.Pagination_selected__Z_yI5):hover{background-color:#f5f4f4}.Pagination_spinpagination__mYxP4 .Pagination_navigator__FqcoI:not(.Pagination_disabled__oZ3pJ){border-color:#bbb8b5}}.VAgentChannelSearchResult_container__kGaix{display:flex;flex-direction:column;gap:16px;margin-top:8px;width:100%;background-color:#faf9f8;border-radius:6px;padding:12px}.VAgentChannelSearchResult_cardArea__EYZ1G{display:flex;gap:12px}.VAgentChannelSearchResult_cardWrapper__kGeK4{flex:1 1;max-width:220px}.VAgentChannelSearchResult_footerRow__zcuB8{display:flex;align-items:center;justify-content:flex-end;gap:8px}.VAgentChannelSearchResult_footerRow__zcuB8:has(>:nth-child(2)){justify-content:space-between}.Data_dataItem__T_DLW{display:inline-flex;flex-direction:column;align-items:flex-end;gap:4px;vertical-align:top}.Data_dataItem__T_DLW.Data_right__DCbfm{align-items:flex-start}.Data_dataItem__T_DLW.Data_top__uGyDr{flex-direction:column}.Data_dataItem__T_DLW.Data_left__8UZP6{flex-direction:row}.Data_dataItem__T_DLW .Data_top__uGyDr{display:flex;align-items:center;gap:4px;color:#54524f;font-size:12px;font-style:normal;font-weight:400}.Data_dataItem__T_DLW .Data_bottom__e_nLq{display:flex;align-items:center;gap:8px}.Data_dataItem__T_DLW .Data_bottom__e_nLq.Data_left__8UZP6{flex-direction:row}.Data_dataItem__T_DLW .Data_bottom__e_nLq.Data_directionRight__SyNQU{flex-direction:row-reverse}.Data_dataItem__T_DLW .Data_diff__hVZth{color:#ff0038;text-align:right;font-size:12px;font-style:normal;font-weight:400}.Data_dataItem__T_DLW .Data_diffDown__IIaFb{color:#02b4dc}.Data_dataItem__T_DLW .Data_percentage__dZ7sr{color:#54524f;font-size:16px;font-style:normal;font-weight:600}.Data_dataItem__T_DLW.Data_right__DCbfm.Data_left__8UZP6{flex-direction:row;justify-content:flex-start}.Data_dataItem__T_DLW.Data_right__DCbfm.Data_left__8UZP6 .Data_bottom__e_nLq,.Data_dataItem__T_DLW.Data_right__DCbfm.Data_left__8UZP6 .Data_top__uGyDr{display:flex;gap:4px}.Data_dataItem__T_DLW.Data_left__8UZP6.Data_top__uGyDr{flex-direction:column;align-items:flex-end}.Data_dataItem__T_DLW.Data_left__8UZP6.Data_top__uGyDr .Data_bottom__e_nLq,.Data_dataItem__T_DLW.Data_left__8UZP6.Data_top__uGyDr .Data_top__uGyDr{display:flex;gap:4px}.Data_dataItem__T_DLW.Data_left__8UZP6.Data_right__DCbfm{flex-direction:column;align-items:flex-start}.Data_dataItem__T_DLW.Data_left__8UZP6.Data_right__DCbfm .Data_bottom__e_nLq,.Data_dataItem__T_DLW.Data_left__8UZP6.Data_right__DCbfm .Data_top__uGyDr{display:flex;gap:4px}@media(max-width:570px){.Data_dataItem__T_DLW .Data_preLine__9cGuL{white-space:pre-line}}.ChannelListName_default__w8UOw{display:flex;gap:6px;min-width:0}.ChannelListName_default__w8UOw .ChannelListName_avatar__eqSJM{display:flex;align-items:center;justify-content:center}.DefaultListName_default__cvwUf{display:flex;flex-direction:column;justify-content:center;gap:0;min-width:0}.DefaultListName_default__cvwUf .DefaultListName_title__H_c6h{font-size:16px;font-weight:600;color:#54524f;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.DefaultListName_default__cvwUf .DefaultListName_subText__fYiYl{font-size:12px;font-weight:400;color:#8b8883;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.DefaultListName_default__cvwUf .DefaultListName_tags__A9yh_{display:flex;gap:4px}.DefaultListName_left__lQI6X{display:flex;align-items:flex-start;gap:2.5px}.DefaultListName_top__mHqJZ{display:flex;flex-direction:column}.DefaultListName_reversed__NSeqJ .DefaultListName_subText__fYiYl{order:1}.DefaultListName_reversed__NSeqJ .DefaultListName_tags__A9yh_{order:0}.DefaultListName_clickable__YIn2D{cursor:pointer}.VAgentChannelAnalysisResult_container__wJrcO{display:flex;flex-direction:column;gap:16px;margin-top:8px;width:100%;background-color:#faf9f8;border-radius:6px;padding:12px}.VAgentChannelAnalysisResult_grid__GqPV0{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.VAgentChannelAnalysisResult_card__WCfmw{background-color:#fff;border:1px solid #d0cecc;border-radius:6px;padding:20px}.VAgentChannelAnalysisResult_footerRow__mWq9r{display:flex;justify-content:flex-end}.VideoCard_videoCard__ZLlof{background-color:#fff;border-radius:6px;border:1px solid #d0cecc;overflow:hidden;min-width:280px;position:relative}.VideoCard_videoCard__ZLlof .VideoCard_dateBadge__37FCH{position:absolute;top:10px;left:10px}.VideoCard_videoCard__ZLlof .VideoCard_rankBadge__eHyN7{position:absolute;top:10px;left:10px;width:38px;height:48px}.VideoCard_videoCard__ZLlof .VideoCard_checkbox__T2wXb{width:32px;height:32px;background-color:rgba(84,82,79,.2);border-radius:6px;position:absolute;right:10px;top:10px;display:flex;align-items:center;justify-content:center}.VideoCard_videoCard__ZLlof .VideoCard_thumbnails__g6Ocj{aspect-ratio:16/9;position:relative;width:100%;display:flex;overflow:hidden;justify-content:center;align-items:center;background-color:#000;cursor:pointer}.VideoCard_videoCard__ZLlof .VideoCard_thumbnails__g6Ocj img{transition:transform .2s linear}.VideoCard_videoCard__ZLlof .VideoCard_thumbnails__g6Ocj:hover img{transform:scale(1.1)}.VideoCard_videoCard__ZLlof .VideoCard_thumbnails__g6Ocj .VideoCard_isAd__hYwFN{position:absolute;left:15px;bottom:10px;padding:4px 8px;background-color:#489f16;border-radius:6px;font-size:12px;color:#fff}.VideoCard_videoCard__ZLlof .VideoCard_shorts__NEC_Z{aspect-ratio:3/4}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl{position:relative;display:flex;flex-direction:column;gap:10px;padding:10px 15px 15px}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_channelInfo__PxrEa{max-width:calc(100% - 50px);display:flex;flex-direction:row;align-items:center;gap:4px;font-size:12px}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_channelInfo__PxrEa .VideoCard_channelTitle__xpuQN{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_channelInfo__PxrEa .VideoCard_divider__CUE5e{width:1px;height:10px;border-right:1px solid #d0cecc}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_channelInfo__PxrEa .VideoCard_publishedAt__bQIvN{color:#999590;text-wrap:nowrap}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_videoTitle__bShh1{flex:1 1;font-weight:600;line-height:140%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_channelThumbnails__520Yj{position:absolute;top:-20px;right:15px;width:40px;height:40px;border-radius:20px;border:2px solid #fff;overflow:hidden}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_{display:flex;flex-direction:column;gap:6px}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k{display:flex;align-items:center;justify-content:space-between;width:100%}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_titleWrapper__LsSpc{display:flex;gap:4px}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_titleWrapper__LsSpc .VideoCard_icon__wZxVb{display:flex;width:16px;height:16px;justify-content:center;align-items:center}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_titleWrapper__LsSpc .VideoCard_text__9bjY8{font-size:12px}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_value__LHYs7{font-size:12px;font-weight:600}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_value__LHYs7.VideoCard_algosinLikeColor1__K1vww{color:#4faf18}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_value__LHYs7.VideoCard_algosinLikeColor2__J36ab{color:#72bf46}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_value__LHYs7.VideoCard_algosinLikeColor3__4H_XF{color:#e8cd00}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_value__LHYs7.VideoCard_algosinLikeColor4__PyFoi{color:#fc7232}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_value__LHYs7.VideoCard_algosinLikeColor5__XRoDv{color:#ff0038}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_value__LHYs7.VideoCard_algosinLikeColor6__uAgk0{color:#999590}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_increase__7KOxL{color:#ff0038}.VideoCard_videoCard__ZLlof .VideoCard_infoArea__1E3fl .VideoCard_dataArea__FMgR_ .VideoCard_item__7O19k .VideoCard_decrease__DNVHZ{color:#02b4dc}.VideoCard_isFluid__nZOCC{width:100%;min-width:0}.VideoCard_isBlur__gVXqV{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none}.VideoCard_isBlur__gVXqV:after{position:absolute;width:100%;height:100%;background-color:hsla(0,0%,100%,0);left:0;top:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);content:"";z-index:1}.VAgentChannelVideosResult_container__c6s6o{display:flex;flex-direction:column;gap:16px;margin-top:8px;width:100%;background-color:#faf9f8;border-radius:6px;padding:12px}.VAgentChannelVideosResult_cardArea__VwTQi{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.VAgentChannelVideosResult_cardWrapper__tCaEW{min-width:0}.VAgentChannelVideosResult_cardWrapper__tCaEW>div>div:nth-child(2)>div:first-child{display:none}.VAgentChannelVideosResult_footerRow__6EJBF{display:flex;align-items:center;justify-content:space-between}.VAgentBlogReferenceResult_container__yqZc7{display:inline-flex;flex-direction:column;gap:8px;margin-top:8px;background-color:#faf9f8;border-radius:6px;padding:12px}.VAgentBlogReferenceResult_card__BWw3H{display:flex;flex-direction:column;width:240px;background-color:#fff;border:1px solid #d0cecc;border-radius:6px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s}.VAgentBlogReferenceResult_card__BWw3H:hover{border-color:#bbb8b5}.VAgentBlogReferenceResult_thumbnail__lujaJ{width:100%;aspect-ratio:4/3;background-color:#f4f2f1;overflow:hidden;display:flex;align-items:center;justify-content:center}.VAgentBlogReferenceResult_thumbnail__lujaJ img{width:100%;height:100%;object-fit:cover}.VAgentBlogReferenceResult_cardBody__59LHI{padding:10px 12px}.VAgentBlogReferenceResult_cardTitle__y2VIn{font-size:14px;font-weight:600;color:#403f3c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.VAgentBlogReferenceResult_footerRow__UO_c6{display:flex;align-items:center;justify-content:flex-end}.ListData_default__iW5dC{display:flex;width:100%}.ListData_default__iW5dC.ListData_row__ELoLs{flex-direction:row}.ListData_default__iW5dC.ListData_column__D6gqz{flex-direction:column}.ListData_default__iW5dC.ListData_space-between__WdBhQ{justify-content:space-between}.ListData_default__iW5dC .ListData_labelWrapper___vLb3{display:flex;align-items:center}.ListData_default__iW5dC .ListData_labelWrapper___vLb3 .ListData_colorMaker__ZVgaX{width:8px;height:8px;border-radius:16px;background-color:#ff0038;margin-right:4px}.ListData_default__iW5dC .ListData_labelWrapper___vLb3 .ListData_leftAddon__SHYK0{margin-right:4px;display:flex;align-items:center}.ListData_default__iW5dC .ListData_labelWrapper___vLb3 .ListData_rightAddon__4_K5X{margin-left:4px;display:flex;align-items:center}.ListData_default__iW5dC .ListData_labelWrapper___vLb3 .ListData_label__j2P6y{display:flex;align-items:center;gap:4px;font-size:12px;line-height:16px;letter-spacing:-.6px;color:#54524f}.DataValue_wrapper__bW_iz{font-weight:600;font-size:12px;line-height:140%;letter-spacing:-.6px;color:#54524f}.DataValue_wrapper__bW_iz.DataValue_up__iehMP:before{content:"↑";margin-right:4px}.DataValue_wrapper__bW_iz.DataValue_up__iehMP.DataValue_ko__fSmJF{color:#ff0038}.DataValue_wrapper__bW_iz.DataValue_up__iehMP.DataValue_en__MIUo2{color:#489f16}.DataValue_wrapper__bW_iz.DataValue_down__UrUsG:before{content:"↓";margin-right:4px}.DataValue_wrapper__bW_iz.DataValue_down__UrUsG.DataValue_ko__fSmJF{color:#02b4dc}.DataValue_wrapper__bW_iz.DataValue_down__UrUsG.DataValue_en__MIUo2{color:#ff0038}.DataValue_wrapper__bW_iz.DataValue_algorithmLevel1__x1V0W{color:#4faf18}.DataValue_wrapper__bW_iz.DataValue_algorithmLevel2__f8NGa{color:#72bf46}.DataValue_wrapper__bW_iz.DataValue_algorithmLevel3__2nh_7{color:#e8cd00}.DataValue_wrapper__bW_iz.DataValue_algorithmLevel4__f2jHk{color:#fc7232}.DataValue_wrapper__bW_iz.DataValue_algorithmLevel5__lkSaW{color:#ff0038}.DataValue_default__Y_2EL{font-size:12px;font-weight:600;line-height:140%;letter-spacing:-.6px;color:#999590}.TextArea_wrapper__aMxfB{width:100%;height:100%;background-color:#fff;border:1px solid #d0cecc;border-radius:6px;padding:8px;resize:none;font-size:14px;font-weight:400;line-height:22px;letter-spacing:-.6px;color:#54524f}.TextArea_wrapper__aMxfB::placeholder{color:#bbb8b5}.TextArea_wrapper__aMxfB:hover{background-color:#f9f9f9;border-color:#bbb8b5}.TextArea_wrapper__aMxfB:active,.TextArea_wrapper__aMxfB:focus{border-color:#ff0038;background-color:#fff}.TextArea_wrapper__aMxfB:focus{outline:none}.TextArea_wrapper__aMxfB:disabled{background-color:#f5f4f4;border-color:#d0cecc;cursor:not-allowed}.TextArea_wrapper__aMxfB:-moz-read-only{background-color:#f5f4f4;border-color:#d0cecc}.TextArea_wrapper__aMxfB:read-only{background-color:#f5f4f4;border-color:#d0cecc}.TextArea_wrapper__aMxfB:-moz-read-only:focus{outline:none}.TextArea_wrapper__aMxfB:read-only:focus{outline:none}.TextArea_wrapper__M__oDHdm{max-height:148px}.TextArea_wrapper__S__Tv31o{max-height:116px}.TextArea_invalid__XOz5h,.TextArea_invalid__XOz5h:focus{border-color:#fc7232}.TextArea_invalid__XOz5h:hover{border-color:#fc7232;background-color:#fff}.TextArea_scrollable__W3BQM{overflow-y:auto}.TextArea_scrollable__W3BQM::-webkit-scrollbar{width:12px}.TextArea_scrollable__W3BQM::-webkit-scrollbar-track{width:12px;padding:4px;border-left:1px solid #d9d9d9;background-color:#fff;border-top-right-radius:6px;border-bottom-right-radius:6px}.TextArea_scrollable__W3BQM::-webkit-scrollbar-thumb{background-color:rgba(25,27,35,.302);border:3px solid transparent;background-clip:padding-box;border-radius:10px;width:6px}.TextArea_scrollable__W3BQM:hover::-webkit-scrollbar-track{border-left:1px solid #bbb8b5}@media(max-width:570px){.TextArea_mobile__M__0sRR4{max-height:148px}.TextArea_mobile__S__Ktgbj{max-height:116px}}.VAgentVideoAnalysisResult_container__vWX3Y{display:flex;flex-direction:column;gap:16px 12px;align-items:center;justify-content:center;margin-top:8px;width:100%;background-color:#faf9f8;border-radius:6px;padding:12px}.VAgentVideoAnalysisResult_card__eWX_6{background-color:#fff;border:1px solid #dfdedd;border-radius:6px;display:flex;flex-direction:row;gap:20px;padding:0 20px;overflow:hidden}.VAgentVideoAnalysisResult_leftSection__6mt8v{display:flex;flex-direction:column;flex:1 0;padding:20px 0;border-radius:6px}.VAgentVideoAnalysisResult_leftSection__6mt8v .VAgentVideoAnalysisResult_innerContent__J8LlM{display:flex;flex-direction:column;gap:20px;width:100%}.VAgentVideoAnalysisResult_leftSection__6mt8v .VAgentVideoAnalysisResult_thumbnail__xBAA9{width:100%;aspect-ratio:527/296;border-radius:6px;overflow:hidden}.VAgentVideoAnalysisResult_leftSection__6mt8v .VAgentVideoAnalysisResult_thumbnail__xBAA9 img{width:100%;height:100%;object-fit:cover}.VAgentVideoAnalysisResult_leftSection__6mt8v .VAgentVideoAnalysisResult_titleRow__ZDlaz{display:flex;flex-direction:column;gap:4px}.VAgentVideoAnalysisResult_leftSection__6mt8v .VAgentVideoAnalysisResult_videoTitle__SdSiO{font-size:20px;font-weight:600;color:#403f3c;line-height:140%;letter-spacing:-.2px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.VAgentVideoAnalysisResult_leftSection__6mt8v .VAgentVideoAnalysisResult_dataList__ian5L{display:flex;flex-direction:column;gap:10px}.VAgentVideoAnalysisResult_dividerWrapper__wsReB{display:flex;align-items:stretch;align-self:stretch;flex-shrink:0;width:1px}.VAgentVideoAnalysisResult_rightSection__3XD26{display:flex;flex-direction:column;flex:1 0;gap:20px;align-self:stretch;padding:20px 0}.VAgentVideoAnalysisResult_rightSection__3XD26 .VAgentVideoAnalysisResult_summaryArea__Bw2Ea{display:flex;flex-direction:column;overflow:hidden;border-radius:6px;width:100%}.VAgentVideoAnalysisResult_rightSection__3XD26 .VAgentVideoAnalysisResult_summaryInner__E37k_{display:flex;flex-direction:column;gap:10px;height:132px;overflow:hidden;border-radius:6px;width:100%}.VAgentVideoAnalysisResult_rightSection__3XD26 .VAgentVideoAnalysisResult_summaryTitle__4xG_4{font-size:16px;font-weight:600;color:#54524f;line-height:140%;letter-spacing:-.2px}.VAgentVideoAnalysisResult_rightSection__3XD26 .VAgentVideoAnalysisResult_summaryContent__zU6fa{flex:1 0;width:100%}.VAgentVideoAnalysisResult_rightSection__3XD26 .VAgentVideoAnalysisResult_tagSections__WuqfX{display:flex;flex-direction:column;gap:20px}.VAgentVideoAnalysisResult_rightSection__3XD26 .VAgentVideoAnalysisResult_tagSection___Gvon{display:flex;flex-direction:column;gap:4px}.VAgentVideoAnalysisResult_rightSection__3XD26 .VAgentVideoAnalysisResult_tagLabel__Hdzr2{font-size:12px;font-weight:400;color:#403f3c;line-height:140%;letter-spacing:-.6px}.VAgentVideoAnalysisResult_rightSection__3XD26 .VAgentVideoAnalysisResult_tagWrapper__9fjFS{display:flex;flex-wrap:wrap;gap:4px}.VAgentVideoAnalysisResult_rightSection__3XD26 .VAgentVideoAnalysisResult_noTags__wJb_r{font-size:12px;color:#999590}.VAgentVideoAnalysisResult_footerRow__Ac_Eh{display:flex;justify-content:flex-end;padding:0 12px;width:100%}.VAgentVideoSearchResult_container__QihL3{display:flex;flex-direction:column;gap:16px;margin-top:8px;width:100%;background-color:#faf9f8;border-radius:6px;padding:12px}.VAgentVideoSearchResult_cardArea__Tn4mP{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.VAgentVideoSearchResult_cardWrapper__EUudz{min-width:0}.VAgentVideoSearchResult_footerRow__CKL3m{display:flex;align-items:center;justify-content:space-between}.ScoreLineGauge_wrapper__RkPwn{display:flex;gap:8px;width:100%}.ScoreLineGauge_wrapper__RkPwn.ScoreLineGauge_top__LI2Wb{flex-direction:column}.ScoreLineGauge_wrapper__RkPwn.ScoreLineGauge_bottom__GjH9v{flex-direction:column-reverse}.ScoreLineGauge_wrapper__RkPwn.ScoreLineGauge_left__lUI8S{flex-direction:row}.ScoreLineGauge_wrapper__RkPwn.ScoreLineGauge_right__iuZnG{flex-direction:row-reverse}.ScoreLineGauge_wrapper__RkPwn .ScoreLineGauge_valueWrapper__n6fYE{display:flex;gap:8px;font-size:14px}.ScoreLineGauge_wrapper__RkPwn .ScoreLineGauge_valueWrapper__n6fYE .ScoreLineGauge_percent__4YFg0{color:#8b8883}.ScoreLineGauge_wrapper__RkPwn .ScoreLineGauge_progressBar__rT2ym{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:8px;width:144px}.ScoreLineGauge_wrapper__RkPwn .ScoreLineGauge_progressBar__rT2ym.ScoreLineGauge_isFluid__eULgY{width:100%}.ScoreLineGauge_wrapper__RkPwn .ScoreLineGauge_progressBar__rT2ym::-webkit-progress-bar{border-radius:2px;background:#d0cecc}.ScoreLineGauge_wrapper__RkPwn .ScoreLineGauge_progressBar__rT2ym::-webkit-progress-value{border-radius:2px;background:#ff0038}.ScoreLineGauge_wrapper__RkPwn .ScoreLineGauge_progressBar__rT2ym::-moz-progress-bar{border-radius:2px;background:#ff0038}.VAgentViewerDemographicsResult_container__g5Cdy{display:flex;flex-direction:column;gap:16px;margin-top:8px;width:100%;background-color:#faf9f8;border-radius:6px;padding:12px}.VAgentViewerDemographicsResult_cardArea__4axlI{display:flex;gap:10px}.VAgentViewerDemographicsResult_card__MGt5n{flex:1 1;background-color:#fff;border:1px solid #d0cecc;border-radius:6px;padding:20px;min-width:0;display:flex;flex-direction:column}.VAgentViewerDemographicsResult_cardTitle__qNV6s{font-weight:600;font-size:14px;margin-bottom:12px}.VAgentViewerDemographicsResult_languageContent__qQMPT{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-grow:1}.VAgentViewerDemographicsResult_chart__XTmmS{width:60px;flex-shrink:0}.VAgentViewerDemographicsResult_legendWrapper__38Hrb{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1 1}.VAgentViewerDemographicsResult_legend__pEN5p{display:flex;justify-content:space-between;align-items:center;gap:8px}.VAgentViewerDemographicsResult_legendLabel__k66Fx{display:flex;align-items:center;gap:4px;font-size:12px;line-height:17px;min-width:0;flex:1 1}.VAgentViewerDemographicsResult_legendLabel__k66Fx span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.VAgentViewerDemographicsResult_legendDot__9Jxif{width:8px;height:8px;min-width:8px;min-height:8px;border-radius:50%}.VAgentViewerDemographicsResult_legendPercent__sU313{font-size:12px;font-weight:600;color:#8b8883;white-space:nowrap}.VAgentViewerDemographicsResult_genderChart__r_1rg{display:grid;grid-template-columns:max-content auto max-content;grid-template-rows:repeat(2,18px);align-items:center;grid-row-gap:20px;row-gap:20px;grid-column-gap:8px;column-gap:8px;margin-top:auto;margin-bottom:auto}.VAgentViewerDemographicsResult_rowLabel__iDtbb{font-size:12px;width:40px}.VAgentViewerDemographicsResult_rowPercent__kxe_O{color:#8b8883;font-size:12px;font-weight:600;min-width:34px;text-align:right}.VAgentViewerDemographicsResult_ageChart__d6aOH{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.VAgentViewerDemographicsResult_ageRow__EWwUi{display:flex;gap:8px;justify-content:space-between;align-items:center}.VAgentViewerDemographicsResult_noData__ALCDp{font-size:12px;color:#999590;text-align:center;margin:auto 0}.VAgentViewerDemographicsResult_footerRow__vMuEf{display:flex;justify-content:flex-end}.VAgentViewerDemographicsResult_cardAreaWrapper__aYdGS{position:relative}.VAgentViewerDemographicsResult_cardAreaWrapper__aYdGS.VAgentViewerDemographicsResult_restricted__6LZ1I{border:1px solid #fc7232;border-radius:8px;padding:10px}.VAgentViewerDemographicsResult_blurred__taBb5{filter:blur(5.5px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.VAgentViewerDemographicsResult_overlay__HEDen{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:12px;z-index:1;background-color:rgba(36,36,36,.3);border-radius:6px}.VAgentAdRateResult_container__ssV8c{display:flex;flex-direction:column;gap:16px;margin-top:8px;width:100%;background-color:#faf9f8;border-radius:6px;padding:12px}.VAgentAdRateResult_card___Z9id{background-color:#fff;border:1px solid #d0cecc;border-radius:6px;display:flex;flex-direction:column;gap:10px;overflow:hidden}.VAgentAdRateResult_titleArea__P5Ldm{display:flex;align-items:center;gap:4px;padding:15px 20px 0}.VAgentAdRateResult_titleArea__P5Ldm .VAgentAdRateResult_title__S7G9J{font-weight:600;font-size:16px;color:#403f3c}.VAgentAdRateResult_tableArea__YUNBs{width:100%;padding:0 20px 15px}.VAgentAdRateResult_tableArea__YUNBs .VAgentAdRateResult_adRateTable__7pue9{table-layout:fixed;border-collapse:collapse;width:100%}.VAgentAdRateResult_tableArea__YUNBs .VAgentAdRateResult_adRateTable__7pue9 .VAgentAdRateResult_adType__hhSdZ{font-weight:600}.VAgentAdRateResult_tableArea__YUNBs .VAgentAdRateResult_adRateTable__7pue9 .VAgentAdRateResult_rangeValue__UcKEP{font-size:14px;line-height:1.4}.VAgentAdRateResult_tableArea__YUNBs .VAgentAdRateResult_adRateTable__7pue9 .VAgentAdRateResult_rangeValue__UcKEP p{margin:0}.VAgentAdRateResult_cardAreaWrapper__wGM9y{position:relative}.VAgentAdRateResult_cardAreaWrapper__wGM9y.VAgentAdRateResult_restricted__9VETj{border:1px solid #fc7232;border-radius:8px;padding:10px}.VAgentAdRateResult_blurred____mzw{filter:blur(5.5px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.VAgentAdRateResult_overlay__ePI7d{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:12px;z-index:1;background-color:rgba(36,36,36,.3);border-radius:6px}.VAgentAdRateResult_footerRow__YSPUU{display:flex;justify-content:flex-end;padding:0 12px}.VAgentMyInfoInquiryResult_container__3i9cY{display:flex;flex-direction:column;gap:10px;margin-top:8px;width:100%;min-width:364px;background-color:#faf9f8;border-radius:6px;padding:16px}.VAgentMyInfoInquiryResult_card__q4tNV{background-color:#fff;border:1px solid #d0cecc;border-radius:6px;padding:20px;display:flex;flex-direction:column;gap:16px}.VAgentMyInfoInquiryResult_planRow__coLGO{display:flex;justify-content:space-between;align-items:baseline}.VAgentMyInfoInquiryResult_planName__hD5Nj{font-weight:600;font-size:20px;color:#403f3c}.VAgentMyInfoInquiryResult_planDate__4TgJh{font-size:12px;color:#999590}.VAgentMyInfoInquiryResult_featureList__XKwgE{display:flex;flex-direction:column;gap:10px}.VAgentMyInfoInquiryResult_footerRow__0HNR7{display:flex;justify-content:flex-end}.VAgentVideoStatsResult_container__wDjYI{display:flex;flex-direction:column;gap:16px;margin-top:8px;width:100%;background-color:#faf9f8;border-radius:6px;padding:12px}.VAgentVideoStatsResult_grid__UD4tk{display:flex;gap:10px}.VAgentVideoStatsResult_card__tdOcu{flex:1 0;display:flex;flex-direction:column;gap:10px;background-color:#fff;border:1px solid #dfdfdf;border-radius:6px;padding:20px}.VAgentVideoStatsResult_dataHeader__y1dhn{display:flex;flex-direction:column;gap:4px}.VAgentVideoStatsResult_label__2W6B_{font-size:12px;font-weight:400;color:#403f3c;line-height:1.4;letter-spacing:-.6px}.VAgentVideoStatsResult_mainValue__lS9u_{font-size:16px;font-weight:600;color:#403f3c;line-height:1.4;letter-spacing:-.6px}.VAgentVideoStatsResult_subItems__V_Edq{display:flex;flex-direction:column;gap:4px}.VAgentVideoStatsResult_subRow__BpBZr{display:flex;align-items:center;gap:10px;font-size:12px;line-height:1.4;letter-spacing:-.6px}.VAgentVideoStatsResult_subLabel__kYdch{font-weight:400;color:#8b8b8b}.VAgentVideoStatsResult_subValue__pKnS7{font-weight:600;color:#403f3c}.VAgentVideoStatsResult_subValueMuted__7Lm6z{font-weight:600;color:#8b8b8b}.VAgentVideoStatsResult_footerRow__ABGiP{display:flex;justify-content:flex-end;padding:0 12px}.LockedValue_wrapper__hO5o0{position:relative;display:flex;align-items:center;justify-content:flex-end}.LockedValue_buttonOverlay__xrLFA{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1}.LockedValue_blurred__caGcA{filter:blur(6px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.EnLayout_container__oVlb_{display:flex;flex-direction:column;gap:16px;margin-top:8px;width:100%;background-color:#faf9f8;border-radius:6px;padding:12px}.EnLayout_card__gZpGj{background-color:#fff;border:1px solid #d0cecc;border-radius:6px;display:flex;flex-direction:column;padding:20px;gap:20px}.EnLayout_sectionTitle__GnHRl{display:flex;align-items:baseline;gap:6px}.EnLayout_title__cOLzy{font-size:18px;font-weight:600;color:#403f3c}.EnLayout_subtitle__Uxgm0{font-size:14px;color:#6d6a66}.EnLayout_content__ZBiM3{display:flex;flex-direction:row;gap:20px}.EnLayout_leftSection__TvdEe{flex:1 1;display:flex;flex-direction:column;justify-content:space-between}.EnLayout_leftStats__jhflc{display:flex;flex-direction:column;gap:20px}.EnLayout_statBlock__fb0cX{display:flex;flex-direction:column;gap:4px}.EnLayout_statLabel__Yz9oJ{font-size:18px;color:#403f3c}.EnLayout_statValue__7k2s7{font-size:28px;font-weight:700;color:#403f3c}.EnLayout_subStats___JZzh{display:flex;flex-direction:column;gap:8px;margin-top:4px}.EnLayout_subStat__c5kyK{display:flex;flex-direction:column;gap:2px}.EnLayout_subStatLabel__ghV8y{font-size:16px;color:#999590}.EnLayout_subStatValue__APklg{font-size:28px;font-weight:700;color:#403f3c}.EnLayout_rightSection__SWVt9{width:400px;flex-shrink:0;display:flex;flex-direction:column;gap:12px;background-color:#f4f2f1;border-radius:6px;padding:20px}.EnLayout_earningsGroup__6S3LZ{display:flex;flex-direction:column;gap:10px}.EnLayout_earningsTitle__9R0wR{font-size:20px;color:#403f3c}.EnLayout_earningsRow__7IATv{display:flex;align-items:flex-start;justify-content:space-between}.EnLayout_rowLabel__0gTHE{font-size:18px;color:#403f3c}.EnLayout_rowValue__fRDPV,.EnLayout_viewsValue__tUTyS{font-size:28px;font-weight:700;color:#ff3360;text-align:right}.EnLayout_earningsSubRow___mP3p{display:flex;align-items:flex-start;justify-content:space-between;padding-left:16px}.EnLayout_subRowLabel__ahjkv{font-size:16px;color:#999590}.EnLayout_subRowValue___0q9a{font-size:20px;font-weight:700;color:#999590;text-align:right}.EnLayout_earningsDivider__LQcgN{height:1px;background-color:#403f3c}.EnLayout_totalLabel__nz1ds{font-size:20px;font-weight:700;color:#403f3c}.EnLayout_totalValue__smRXF{font-size:40px;font-weight:700;color:#ff3360;text-align:right}.EnLayout_footerRow__6sQ3t{display:flex;justify-content:space-between;align-items:center}.EnLayout_pagination__cy_5V{display:flex;align-items:center;gap:8px}.EnLayout_paginationButton__lD115{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #d0cecc;border-radius:4px;background:#fff;cursor:pointer;padding:0;color:#6d6a66}.EnLayout_paginationButton__lD115:hover:not(:disabled){background-color:#f5f4f4}.EnLayout_paginationButton__lD115:disabled{color:#bbb8b5;cursor:not-allowed}.EnLayout_paginationText__pJ3YX{font-size:14px;color:#6d6a66;min-width:40px;text-align:center}.EnLayout_chevronLeft__e_AoD{transform:rotate(180deg)}.KoLayout_container__exVxr{display:flex;flex-direction:column;gap:16px;margin-top:8px;width:100%;background-color:#faf9f8;border-radius:6px;padding:12px}.KoLayout_card___reKM{background-color:#fff;border:1px solid #d0cecc;border-radius:6px;display:flex;flex-direction:column;padding:15px 20px}.KoLayout_titleRow__65O2J{display:flex;align-items:baseline;gap:4px;margin-bottom:20px}.KoLayout_title__UdLzv{font-size:16px;font-weight:600;color:#403f3c}.KoLayout_dateText__v6NZn{font-size:12px;color:#999590}.KoLayout_statsGrid__cgrWf{display:flex;gap:10px;height:101px;margin-top:10px;margin-bottom:10px}.KoLayout_statColumn__9whee{flex:1 1;background-color:#f4f4f4;border-radius:6px;padding:15px;display:flex;flex-direction:column;justify-content:center;gap:10px}.KoLayout_statLabel__8H1hC{font-size:12px;color:#403f3c;display:flex;align-items:center;gap:4px}.KoLayout_statValue__uZfQ_{font-size:16px;font-weight:600;color:#403f3c}.KoLayout_statSubRows__Yb2c3{display:flex;flex-direction:column;gap:10px}.KoLayout_statSubRow__leLTY{display:flex;justify-content:space-between;align-items:center}.KoLayout_statSubLabel__gCa5A{font-size:12px;color:#6f6f6f}.KoLayout_statSubValue__Y9xu4{font-size:12px;font-weight:600;color:#6f6f6f}.KoLayout_revenueSection__WY_ca{display:flex;flex-direction:column;gap:10px}.KoLayout_revenueRow__uItKm{display:flex;align-items:center;justify-content:space-between;min-height:22px}.KoLayout_revenueLabel__U0SUz{font-size:12px;color:#403f3c;display:flex;align-items:center;gap:4px}.KoLayout_revenueValue__Pmai9{font-size:16px;font-weight:600;color:#403f3c;text-align:right}.KoLayout_revenueSubRows__FrtXV{display:flex;flex-direction:column;gap:10px;width:100%}.KoLayout_revenueSubRow___a6jA{display:flex;justify-content:space-between;align-items:center}.KoLayout_revenueSubLabel__om_J_{font-size:12px;color:#6f6f6f}.KoLayout_revenueSubValue__6qu_d{font-size:12px;font-weight:600;color:#403f3c}.KoLayout_divider__9Ge0q{height:1px;background-color:#d0cecc}.KoLayout_totalRow__jYSi0{display:flex;align-items:center;justify-content:space-between}.KoLayout_totalLabel__hxyqu{font-size:14px;font-weight:400;color:#403f3c}.KoLayout_totalValue__fI2Ce{font-size:24px;font-weight:700;color:#403f3c}.KoLayout_footerRow__Q5z_D{display:flex;justify-content:space-between;align-items:center}.KoLayout_pagination__C5V9y{display:flex;align-items:center;gap:8px}.KoLayout_paginationButton__xp5fv{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #d0cecc;border-radius:4px;background:#fff;cursor:pointer;padding:0;color:#6d6a66}.KoLayout_paginationButton__xp5fv:hover:not(:disabled){background-color:#f5f4f4}.KoLayout_paginationButton__xp5fv:disabled{color:#bbb8b5;cursor:not-allowed}.KoLayout_paginationText__AedH2{font-size:14px;color:#6d6a66;min-width:40px;text-align:center}.KoLayout_chevronLeft__2GBll{transform:rotate(180deg)}.UIComponentRenderer_container__XkAmc{width:100%}@media(max-width:570px){.UIComponentRenderer_container__XkAmc{display:none}}.DislikeFeedbackPanel_dislikePanel__FmgWN{width:100%;padding:12px;background-color:#fff;border:1px solid #d0cecc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.DislikeFeedbackPanel_dislikePanelHeader___nNhH{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:14px;font-weight:600;color:#403f3c}.DislikeFeedbackPanel_dislikeCloseButton__hfBmP{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:#999590;padding:0}.DislikeFeedbackPanel_dislikeCloseButton__hfBmP:hover{background:#dfdedd;color:#6d6a66}.DislikeFeedbackPanel_dislikeCloseButton__hfBmP svg{width:16px;height:16px}.DislikeFeedbackPanel_dislikeOptions__vIjx_{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.DislikeFeedbackPanel_dislikeOption__q6937{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#54524f;padding:4px 0}.DislikeFeedbackPanel_dislikeOption__q6937 input[type=radio]{accent-color:#ff0038;width:16px;height:16px;margin:0;cursor:pointer}.DislikeFeedbackPanel_dislikeOption__q6937:hover{color:#403f3c}.DislikeFeedbackPanel_dislikeComment__5hapd{width:100%;padding:8px 10px;border:1px solid #d0cecc;border-radius:6px;font-size:13px;color:#403f3c;resize:none;outline:none;font-family:inherit;margin-bottom:10px}.DislikeFeedbackPanel_dislikeComment__5hapd::placeholder{color:#adaaa6}.DislikeFeedbackPanel_dislikeComment__5hapd:focus{border-color:#bbb8b5}.DislikeFeedbackPanel_dislikeSubmit__T21wX{display:flex;align-items:center;justify-content:center;width:100%;height:36px;border:none;border-radius:6px;background-color:#ff0038;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease}.DislikeFeedbackPanel_dislikeSubmit__T21wX:hover:not(:disabled){background-color:#e80033}.DislikeFeedbackPanel_dislikeSubmit__T21wX:disabled{background-color:#d0cecc;color:#adaaa6;cursor:not-allowed}.SourceLinks_sourcesContainer__7fUWA{display:flex;align-items:center;gap:4px;flex:1 1;min-width:0}.SourceLinks_sourcesLabel___bcaW{font-size:14px;font-weight:400;color:#403f3c;letter-spacing:-.2px;flex-shrink:0}.SourceLinks_sourceChip__xryF8{display:inline-flex;align-items:center;padding:6px;background-color:#f4f2f1;border:1px solid #d0cecc;border-radius:4px;font-size:12px;font-weight:400;color:#000;letter-spacing:-.2px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;cursor:pointer;transition:background-color .15s ease}.SourceLinks_sourceChip__xryF8:hover{background-color:#dfdedd;text-decoration:underline}.SourceLinks_sourceChipButton__69_Qm{gap:4px;max-width:none;border:1px solid #d0cecc}.SourceLinks_sourceChipButton__69_Qm:hover{text-decoration:none}.SourceLinks_moreCount__KmtEW{color:#999590;font-size:12px;flex-shrink:0}.SourceLinks_chevronIcon__il5nB{width:16px;height:16px;color:#999590;flex-shrink:0;transition:transform .2s ease}.SourceLinks_chevronIcon__il5nB.SourceLinks_expanded__b9BWV{transform:rotate(180deg)}.SourceLinks_sourcesDropdown__4p9cV{position:relative}.SourceLinks_sourcesList__zKQvP{position:absolute;top:calc(100% + 4px);left:0;min-width:200px;max-width:500px;background-color:#fff;border:1px solid #d0cecc;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:10;overflow:hidden}.SourceLinks_sourceItem__dQUPe{display:block;padding:6px 10px;font-size:12px;color:#000;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background-color .15s ease}.SourceLinks_sourceItem__dQUPe:hover{background-color:#f5f4f4;text-decoration:underline}.SourceLinks_sourceItem__dQUPe:not(:last-child){border-bottom:1px solid #dfdedd}.MessageActions_actionsRow__m4ava{display:flex;flex-direction:column;width:100%;gap:8px;margin-top:8px}.MessageActions_actions__RsDU9{display:flex;align-items:center}.MessageActions_actionButton__tjLjQ{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#999590;padding:0}.MessageActions_actionButton__tjLjQ:hover{background:#dfdedd;color:#6d6a66}.MessageActions_actionButton__tjLjQ.MessageActions_selected__BCHbf{color:#403f3c}.MessageActions_actionButton__tjLjQ.MessageActions_selected__BCHbf svg path{fill:#403f3c}.MessageActions_actionButton__tjLjQ.MessageActions_selected__BCHbf:hover{color:#e80033}.MessageActions_actionButton__tjLjQ svg{width:16px;height:16px}.MessageActions_rotated__bqtyK{transform:rotate(180deg)}.MessageActions_copyButton__m_xRV .MessageActions_iconWrapper__fKWr_{position:relative;width:16px;height:16px}.MessageActions_copyButton__m_xRV .MessageActions_icon__02vI5{position:absolute;top:0;left:0;width:16px;height:16px;transition:opacity .2s ease-in-out,transform .2s ease-in-out}.MessageActions_copyButton__m_xRV .MessageActions_copyIcon__TLWwM{opacity:1;transform:scale(1)}.MessageActions_copyButton__m_xRV .MessageActions_copyIcon__TLWwM path{fill:#403f3c}.MessageActions_copyButton__m_xRV .MessageActions_checkIcon__lMac0{opacity:0;transform:scale(.8)}.MessageActions_copyButton__m_xRV .MessageActions_checkIcon__lMac0 path{stroke:#6d6a66}.MessageActions_copyButton__m_xRV.MessageActions_copied__JcbeL .MessageActions_copyIcon__TLWwM{opacity:0;transform:scale(.8)}.MessageActions_copyButton__m_xRV.MessageActions_copied__JcbeL .MessageActions_checkIcon__lMac0{opacity:1;transform:scale(1)}.MessageActions_retryRow__6uLci{display:flex;align-items:center;margin-top:8px}.MessageActions_retryButton__vITbM{display:flex;align-items:center;height:36px;gap:6px;border:1px solid #d0cecc;background:#fff;border-radius:6px;cursor:pointer;color:#6d6a66;font-size:12px;transition:background-color .15s ease,border-color .15s ease}.MessageActions_retryButton__vITbM:hover{background-color:#f5f4f4;border-color:#bbb8b5;color:#403f3c}.MessageActions_retryButton__vITbM svg{width:16px;height:16px}.FollowUpQuestions_container__9KLQr{width:100%;margin-top:32px}.FollowUpQuestions_title__n6npX{font-size:16px;font-weight:600;color:#403f3c;margin:0 0 10px}.FollowUpQuestions_list__gL8vm{list-style:none;margin:0;padding:0}.FollowUpQuestions_item__NSe4l{border-top:1px solid #d0cecc}.FollowUpQuestions_itemButton__W93Nn{display:flex;align-items:center;gap:4px;width:100%;padding:8px 0;background:none;border:none;cursor:pointer;text-align:left}.FollowUpQuestions_itemButton__W93Nn:hover .FollowUpQuestions_questionText__7p8TG{text-decoration:underline}.FollowUpQuestions_icon__KIae6{display:flex;align-items:center;justify-content:center;flex-shrink:0;transform:scaleX(-1)}.FollowUpQuestions_questionText__7p8TG{font-size:16px;font-weight:400;color:#403f3c;letter-spacing:-.2px;line-height:150%}.VAgentMessageList_messageList__Smksz{display:flex;flex-direction:column;gap:24px;overflow-y:auto;overflow-x:hidden;padding:0 24px}.VAgentMessageList_messageWrapper__J9ZiZ{display:flex;flex-direction:column;align-items:flex-start}.VAgentMessageList_messageWrapper__J9ZiZ.VAgentMessageList_user___UPTm{align-items:flex-end}.VAgentMessageList_messageWrapper__J9ZiZ.VAgentMessageList_user___UPTm .VAgentMessageList_message__fsY3C{flex-direction:row-reverse}.VAgentMessageList_messageWrapper__J9ZiZ.VAgentMessageList_user___UPTm .VAgentMessageList_content__3sJEs{background-color:#f4f2f1;border-radius:20px 4px 20px 20px}.VAgentMessageList_messageWrapper__J9ZiZ.VAgentMessageList_assistant__xbzVs{align-items:flex-start}.VAgentMessageList_messageWrapper__J9ZiZ.VAgentMessageList_assistant__xbzVs .VAgentMessageList_message__fsY3C{max-width:100%}.VAgentMessageList_messageWrapper__J9ZiZ.VAgentMessageList_assistant__xbzVs .VAgentMessageList_content__3sJEs{background-color:transparent;border-radius:0;padding:0}.VAgentMessageList_message__fsY3C{display:flex;max-width:70%}.VAgentMessageList_content__3sJEs{padding:10px 14px;max-width:100%}.VAgentMessageList_text__lKUyy{font-size:16px;line-height:150%;letter-spacing:-.6px;color:#000;word-break:break-word}.VAgentMessageList_text__lKUyy p{margin:0}.VAgentMessageList_text__lKUyy p+p{margin-top:12px}.VAgentMessageList_text__lKUyy h1,.VAgentMessageList_text__lKUyy h2,.VAgentMessageList_text__lKUyy h3,.VAgentMessageList_text__lKUyy h4,.VAgentMessageList_text__lKUyy h5,.VAgentMessageList_text__lKUyy h6{margin:16px 0 8px;font-weight:600;line-height:1.4}.VAgentMessageList_text__lKUyy h1:first-child,.VAgentMessageList_text__lKUyy h2:first-child,.VAgentMessageList_text__lKUyy h3:first-child,.VAgentMessageList_text__lKUyy h4:first-child,.VAgentMessageList_text__lKUyy h5:first-child,.VAgentMessageList_text__lKUyy h6:first-child{margin-top:0}.VAgentMessageList_text__lKUyy h1{font-size:20px}.VAgentMessageList_text__lKUyy h2{font-size:18px}.VAgentMessageList_text__lKUyy h3{font-size:16px}.VAgentMessageList_text__lKUyy ol,.VAgentMessageList_text__lKUyy ul{margin:8px 0;padding-left:20px}.VAgentMessageList_text__lKUyy li{margin:4px 0;line-height:1.5}.VAgentMessageList_text__lKUyy li>ol,.VAgentMessageList_text__lKUyy li>ul{margin:4px 0}.VAgentMessageList_text__lKUyy code{padding:2px 6px;background-color:#dfdedd;border-radius:4px;font-family:Fira Code,Consolas,monospace;font-size:14px}.VAgentMessageList_text__lKUyy pre{margin:12px 0;padding:12px 16px;background-color:#403f3c;border-radius:8px;overflow-x:auto}.VAgentMessageList_text__lKUyy pre code{padding:0;background-color:transparent;color:#dfdedd;font-size:13px;line-height:1.5}.VAgentMessageList_text__lKUyy blockquote{margin:12px 0;padding:8px 16px;border-left:3px solid #ff0038;background-color:#f5f4f4;color:#6d6a66}.VAgentMessageList_text__lKUyy a{color:#ff0038;text-decoration:underline}.VAgentMessageList_text__lKUyy a:hover{color:#e80033}.VAgentMessageList_text__lKUyy strong{font-weight:600}.VAgentMessageList_text__lKUyy em{font-style:italic}.VAgentMessageList_text__lKUyy hr{margin:16px 0;border:none;border-top:1px solid #d0cecc}.VAgentMessageList_text__lKUyy table{margin:12px 0;border-collapse:collapse;width:100%;font-size:14px}.VAgentMessageList_text__lKUyy td,.VAgentMessageList_text__lKUyy th{padding:8px 12px;border:1px solid #d0cecc;text-align:left}.VAgentMessageList_text__lKUyy th{background-color:#f5f4f4;font-weight:600}.VAgentMessageList_typing__edDaK{display:flex;gap:4px;padding:4px 0}.VAgentMessageList_dot__eBVD0{width:8px;height:8px;border-radius:50%;background-color:#999590;animation:VAgentMessageList_bounce__cCtMD 1.4s ease-in-out infinite both}.VAgentMessageList_dot__eBVD0:first-child{animation-delay:-.32s}.VAgentMessageList_dot__eBVD0:nth-child(2){animation-delay:-.16s}.VAgentMessageList_dot__eBVD0:nth-child(3){animation-delay:0s}@keyframes VAgentMessageList_bounce__cCtMD{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.VAgentMessageList_abortedNotice__WWEzo{font-size:13px;color:#999590;margin:4px 0 0;padding:0}.VAgentMessageList_errorNotice__o8QHw{font-size:13px;color:#fc7232;margin:4px 0 0;padding:0}.VAgentMessageInput_container__o_BUr{position:relative;display:flex;flex-direction:column;padding:16px;border:1.5px solid #d0cecc;border-radius:16px;background-color:#fff;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 8px 0 rgba(0,0,0,.05);height:114px}.VAgentMessageInput_container__o_BUr:focus-within{border-color:#ff3360;box-shadow:0 0 0 3px rgba(255,51,96,.08),0 2px 8px rgba(0,0,0,.06)}.VAgentMessageInput_container__o_BUr:hover:not(.VAgentMessageInput_containerDisabled__ZpRKq){border-color:#bbb8b5}.VAgentMessageInput_containerDisabled__ZpRKq{background-color:#f5f4f4;cursor:not-allowed;opacity:.6}.VAgentMessageInput_inputWrapper__7PMS4{flex:1 1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#bbb8b5 transparent}.VAgentMessageInput_inputWrapper__7PMS4::-webkit-scrollbar{width:6px}.VAgentMessageInput_inputWrapper__7PMS4::-webkit-scrollbar-track{background:transparent}.VAgentMessageInput_inputWrapper__7PMS4::-webkit-scrollbar-thumb{background-color:#bbb8b5;border-radius:3px}.VAgentMessageInput_textarea__O7Fvu{width:100%;padding:0;border:none;outline:none;resize:none;font-size:14px;line-height:1.6;color:#403f3c;background-color:transparent;overflow:hidden}.VAgentMessageInput_textarea__O7Fvu::placeholder{color:#adaaa6;font-weight:400}.VAgentMessageInput_textarea__O7Fvu:disabled{cursor:not-allowed;color:#999590}.VAgentMessageInput_actionsRow__1hhqn{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:auto}.VAgentMessageInput_sendButton__zEf1v{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:6px;background-color:#ff0038;color:#fff;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.VAgentMessageInput_sendButton__zEf1v.VAgentMessageInput_sendButtonDisabled__xPaY7{background:#ffe6eb;color:#fff;cursor:not-allowed;box-shadow:none}.VAgentMessageInput_sendButton__zEf1v.VAgentMessageInput_sendButtonDisabled__xPaY7:before{display:none}.VAgentMessageInput_stopButton__QNYAI{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #d0cecc;border-radius:10px;background-color:#fff;cursor:pointer;transition:all .15s ease}.VAgentMessageInput_stopButton__QNYAI svg{width:16px;height:16px}.VAgentMessageInput_stopButton__QNYAI:hover{background-color:#f5f4f4}.VAgentMessageInput_stopButton__QNYAI:active{background-color:#dfdedd}.VAgentChatHeader_header__g5p0w{position:relative;display:flex;align-items:center;height:50px}.VAgentChatHeader_mobileSidebarButton__MtS7x{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:6px;background-color:#fff;cursor:pointer;transition:background-color .15s ease}.VAgentChatHeader_mobileSidebarButton__MtS7x svg{width:16px;height:16px}.VAgentChatHeader_mobileSidebarButton__MtS7x:hover{background-color:#f5f4f4}@media(max-width:570px){.VAgentChatHeader_mobileSidebarButton__MtS7x{display:flex}.VAgentChatHeader_editWrapper__gCrRz,.VAgentChatHeader_titleArea__AK_TW{background-color:#fff;border-radius:6px}.VAgentChatHeader_editWrapper__gCrRz{padding:4px}}.VAgentChatHeader_titleArea__AK_TW{display:flex;height:40px;align-items:center;max-width:calc(100% - 48px);overflow:hidden}.VAgentChatHeader_titleLabel__Hncc3{display:flex;align-items:center;height:40px;padding:8px 12px;border:none;border-radius:6px 0 0 6px;background-color:transparent;cursor:pointer;transition:background-color .15s ease;overflow:hidden;min-width:0}.VAgentChatHeader_titleLabel__Hncc3:hover{background-color:#f5f4f4}.VAgentChatHeader_titleText__oDNmD{font-size:16px;font-weight:600;color:#403f3c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.VAgentChatHeader_chevronButton__oaq_k{display:flex;align-items:center;justify-content:center;width:40px;height:100%;padding:0;border:none;border-radius:0 6px 6px 0;background-color:transparent;cursor:pointer;transition:background-color .15s ease}.VAgentChatHeader_chevronButton__oaq_k:hover{background-color:#f5f4f4}.VAgentChatHeader_chevronButton__oaq_k:focus{outline:none}.VAgentChatHeader_chevronButtonOpen__x_cKU{background-color:#d0cecc}.VAgentChatHeader_chevron__C8VT0{flex-shrink:0;color:#403f3c;transition:transform .2s ease}.VAgentChatHeader_chevronOpen__dWC0X{transform:rotate(180deg)}.VAgentChatHeader_editWrapper__gCrRz{display:flex;align-items:center;gap:8px;width:100%;max-width:400px}.VAgentChatHeader_editInput__dWGRY{flex:1 1;padding:8px 12px;font-size:16px;font-weight:600;color:#403f3c;background-color:#fff;border:1px solid #bbb8b5;border-radius:8px;outline:none;transition:border-color .15s ease}.VAgentChatHeader_editInput__dWGRY:focus{border-color:#ff0038}.VAgentChatHeader_editInput__dWGRY::placeholder{color:#adaaa6;font-weight:400}.VAgentChatHeader_cancelButton__wmwEX{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background-color:transparent;border:none;border-radius:6px;cursor:pointer;color:#999590;transition:background-color .15s ease,color .15s ease}.VAgentChatHeader_cancelButton__wmwEX:hover{background-color:#dfdedd;color:#6d6a66}.VAgentProjectHeader_header__5bxFW{display:flex;align-items:center;justify-content:space-between;padding:24px 0 16px;background-color:#fff}.VAgentProjectHeader_projectInfo__mTgeT{display:flex;align-items:center;gap:4px}.VAgentProjectHeader_projectInfo__mTgeT .VAgentProjectHeader_projectName__4zyWa{font-size:24px;font-weight:600;color:#403f3c;letter-spacing:-.4px;line-height:32px;margin:0}.VAgentProjectHeader_projectInfo__mTgeT .VAgentProjectHeader_moreButton__n637V{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:none;cursor:pointer;color:#999590;border-radius:4px;transition:background-color .15s ease}.VAgentProjectHeader_projectInfo__mTgeT .VAgentProjectHeader_moreButton__n637V:hover{background-color:#dfdedd;color:#6d6a66}.VAgentProjectHeader_projectInfo__mTgeT .VAgentProjectHeader_moreButton__n637V svg{width:20px;height:20px}.VAgentProjectHeader_actions__qeTMD{display:flex;align-items:center;gap:8px}@media(max-width:570px){.VAgentProjectHeader_header__5bxFW{padding:16px 0;flex-direction:column;align-items:flex-start;gap:12px}.VAgentProjectHeader_projectInfo__mTgeT .VAgentProjectHeader_projectName__4zyWa{font-size:20px;line-height:28px}.VAgentProjectHeader_actions__qeTMD{width:100%;justify-content:flex-start}}.VAgentProjectHistory_historySection__bUvzI{display:flex;flex-direction:column;gap:12px;margin-top:24px}.VAgentProjectHistory_historyHeader__NdsGl{display:flex;align-items:center;justify-content:space-between}.VAgentProjectHistory_historyTitle__y3Nsm{font-size:14px;font-weight:600;color:#6d6a66;margin:0}.VAgentProjectHistory_historyCount__S_BNB{font-size:12px;color:#999590}.VAgentProjectHistory_historyList__eTTzZ{display:flex;flex-direction:column;height:66px}.VAgentProjectHistory_historyItem__fJmmW{display:flex;height:100%;flex-direction:row;align-items:center;gap:8px;padding:10px 20px;border-bottom:1px solid #dfdedd;position:relative}.VAgentProjectHistory_historyItem__fJmmW:last-child{border-bottom:none}.VAgentProjectHistory_historyItem__fJmmW:hover .VAgentProjectHistory_historyDate__2RXRP{display:none}.VAgentProjectHistory_historyItem__fJmmW:hover{background-color:#f5f4f4}.VAgentProjectHistory_historyContent__64MXz{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1;cursor:pointer}.VAgentProjectHistory_historyTag__c6KAG{font-size:14px;font-weight:400;color:#bbb8b5;line-height:20px}.VAgentProjectHistory_historyText__5qsQm{font-size:16px;font-weight:400;color:#000;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.VAgentProjectHistory_historyDate__2RXRP{flex-shrink:0;font-size:12px;color:#bbb8b5;white-space:nowrap;line-height:18px}.VAgentProjectHistory_editingItem__keWU_{padding:10px 0;border-bottom:1px solid #dfdedd}.VAgentProjectHistory_editingItem__keWU_:last-child{border-bottom:none}.VAgentProjectHistory_editInput__8ObrM{width:100%;border:1px solid #ff3360;border-radius:6px;outline:none;padding:6px 8px;font-size:16px;font-weight:400;color:#000;line-height:22px;background:#fff}@media(max-width:768px){.VAgentProjectHistory_historySection__bUvzI{margin-top:16px}.VAgentProjectHistory_historyItem__fJmmW{padding:8px 0}.VAgentProjectHistory_historyText__5qsQm{font-size:14px}}.VAgentChatHistory_trigger__hEcDM{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:4px;background-color:#fff;border:1px solid #d0cecc;border-radius:6px;box-shadow:0 4px 8px rgba(0,0,0,.2);cursor:pointer;transition:background-color .15s ease}.VAgentChatHistory_trigger__hEcDM:hover{background-color:#f5f4f4}.VAgentChatHistory_trigger__hEcDM svg{width:16px;height:16px}.VAgentChatHistory_dropdown__wlQCJ{width:240px;padding:15px;background-color:#fff;border:1px solid #d0cecc;border-radius:6px;box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:100;animation:VAgentChatHistory_fadeIn__6d_GG .15s ease}@keyframes VAgentChatHistory_fadeIn__6d_GG{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.VAgentChatHistory_title__QwR4O{font-size:12px;font-weight:400;color:#403f3c;line-height:18px;letter-spacing:-.2px;margin-bottom:8px}.VAgentChatHistory_list__qu36l{display:flex;flex-direction:column;gap:4px;max-height:200px;overflow-y:auto}.VAgentChatHistory_list__qu36l::-webkit-scrollbar{width:4px}.VAgentChatHistory_list__qu36l::-webkit-scrollbar-thumb{background-color:#bbb8b5;border-radius:2px}.VAgentChatHistory_list__qu36l::-webkit-scrollbar-track{background-color:transparent}.VAgentChatHistory_item__seIpx{display:flex;align-items:center;border-radius:6px;transition:background-color .1s ease}.VAgentChatHistory_item__seIpx:hover{background-color:#f5f4f4}.VAgentChatHistory_itemContent__RP_Pz{height:32px;display:flex;align-items:center;flex:1 1;min-width:0;padding:4px;background:none;border:none;cursor:pointer;text-align:left;font-size:12px;color:#403f3c;gap:4px;line-height:18px;letter-spacing:-.2px}.VAgentChatHistory_firstItem__0eE4j .VAgentChatHistory_itemContent__RP_Pz{padding-left:4px;color:#ff0038;font-weight:500}.VAgentChatHistory_cornerIcon__IcRJa{display:flex;align-items:center;flex-shrink:0}.VAgentChatHistory_cornerIcon__IcRJa svg{width:16px;height:16px;transform:scaleX(-1)}.VAgentChatHistory_itemLabel__K8wRa{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.VAgentChatHistory_deleteButton__xg4mr{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;padding:0;margin-right:4px;background:none;border:none;border-radius:6px;cursor:pointer;color:#403f3c}.VAgentChatHistory_deleteButton__xg4mr svg{width:16px;height:16px}.VAgentStructuredQuestion_container__iDGfH{max-width:760px;width:100%;background:#fff;border:1px solid #d0cecc;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.05);padding:16px;display:flex;flex-direction:column;gap:10px}.VAgentStructuredQuestion_header__CGAkK{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.VAgentStructuredQuestion_title__ezdGl{font-size:16px;font-weight:600;color:#403f3c;line-height:1.4;flex:1 1;letter-spacing:-.2px}.VAgentStructuredQuestion_headerRight__C6ML7{display:flex;align-items:center;gap:20px;flex-shrink:0}.VAgentStructuredQuestion_pagination___ogkg{display:flex;flex-direction:row;align-items:center;gap:4px}.VAgentStructuredQuestion_paginationButton__QhEXQ{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0;border-radius:8px}.VAgentStructuredQuestion_paginationButton__QhEXQ:hover:not(:disabled){background:#f5f4f4}.VAgentStructuredQuestion_paginationButton__QhEXQ:disabled{opacity:.3;cursor:not-allowed}.VAgentStructuredQuestion_paginationButton__QhEXQ svg path{fill:#6d6a66}.VAgentStructuredQuestion_paginationText__L1DWY{font-size:16px;color:#403f3c;font-weight:400;line-height:1.4;letter-spacing:-.2px;white-space:nowrap}.VAgentStructuredQuestion_closeButton__eV97e{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:8px;flex-shrink:0;padding:0}.VAgentStructuredQuestion_closeButton__eV97e:hover{background:#f5f4f4}.VAgentStructuredQuestion_closeButton__eV97e svg{width:24px;height:24px}.VAgentStructuredQuestion_optionsList__2BAd1{display:flex;flex-direction:column}.VAgentStructuredQuestion_option__CtZuA{display:flex;flex-direction:row;align-items:center;gap:8px;padding:12px 0;min-height:56px;border:none;border-bottom:1px solid #d0cecc;border-radius:0;background:transparent;cursor:pointer;transition:background .15s,border-color .15s;text-align:left;width:100%;position:relative;box-sizing:border-box}.VAgentStructuredQuestion_option__CtZuA:hover{background:#f5f4f4;border-radius:8px;border-bottom-color:transparent;padding:12px 12px 12px 0}.VAgentStructuredQuestion_option__CtZuA:hover .VAgentStructuredQuestion_hoverArrow__ZlhjX{opacity:1}.VAgentStructuredQuestion_option__CtZuA.VAgentStructuredQuestion_lastOption__IctRK{border-bottom:none}.VAgentStructuredQuestion_hoverArrow__ZlhjX{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;opacity:0;transition:opacity .15s;margin-left:auto;border-radius:8px}.VAgentStructuredQuestion_hoverArrow__ZlhjX svg{width:24px;height:24px;color:#403f3c}.VAgentStructuredQuestion_numberBadge__1yWzM{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f5f4f4;border-radius:6px;font-size:14px;font-weight:400;color:#403f3c;letter-spacing:-.6px}.VAgentStructuredQuestion_label__FaPtw{font-size:14px;color:#403f3c;flex:1 1;line-height:1.4;letter-spacing:-.2px}.VAgentStructuredQuestion_channelOption__utJ5E{flex:1 1}.VAgentStructuredQuestion_customInputRow__E8MZ3{display:flex;flex-direction:row;align-items:center;gap:8px;min-height:56px;padding:8px 8px 8px 0;background:transparent;border-radius:12px;transition:background .15s}.VAgentStructuredQuestion_customInputRow__E8MZ3.VAgentStructuredQuestion_active__NC6fr,.VAgentStructuredQuestion_customInputRow__E8MZ3:hover{background:#f5f4f4}.VAgentStructuredQuestion_pencilBadge__bTqjB{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f5f4f4;border-radius:6px}.VAgentStructuredQuestion_pencilBadge__bTqjB svg{width:16px;height:16px;color:#6d6a66}.VAgentStructuredQuestion_customInput__0_q2V{flex:1 1;min-width:0;border:none;padding:0;font-size:14px;color:#403f3c;background:transparent;outline:none;line-height:1.4;letter-spacing:-.2px}.VAgentStructuredQuestion_customInput__0_q2V::placeholder{color:#bbb8b5}.VAgentStructuredQuestion_sendButton__fpQ06{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ff0038;border:none;border-radius:8px;cursor:pointer;transition:background .15s;padding:0}.VAgentStructuredQuestion_sendButton__fpQ06:hover:not(:disabled){background:#e80033}.VAgentStructuredQuestion_sendButton__fpQ06 svg path{fill:#fff}.VAgentStructuredQuestion_skipButton__ONQkD{height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0 12px;background:#fff;border:1px solid #d0cecc;border-radius:8px;cursor:pointer;font-size:16px;font-weight:400;color:#403f3c;letter-spacing:-.6px;white-space:nowrap;transition:background .15s}.VAgentStructuredQuestion_skipButton__ONQkD:hover{background:#f5f4f4}.VAgentStructuredQuestion_skipRow__3pcdQ{display:flex;justify-content:flex-end;padding:12px 0}.VAgentChatArea_mobileSidebarButton__r7ulH{display:none;position:absolute;top:16px;left:16px;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background-color:transparent;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease;z-index:10}.VAgentChatArea_mobileSidebarButton__r7ulH svg{width:20px;height:20px}.VAgentChatArea_mobileSidebarButton__r7ulH:hover{background-color:#f5f4f4}@media(max-width:570px){.VAgentChatArea_mobileSidebarButton__r7ulH{display:flex}}.VAgentChatArea_chatArea__1FqDn{display:flex;flex-direction:column;height:100%;min-height:0}.VAgentChatArea_headerWrapper__grJb8{flex-shrink:0;display:flex;align-items:center;padding:5px 10px}@media(max-width:768px){.VAgentChatArea_headerWrapper__grJb8{padding:5px 10px}}@media(max-width:570px){.VAgentChatArea_chatArea__1FqDn{position:relative;overflow-y:auto}.VAgentChatArea_headerWrapper__grJb8{position:-webkit-sticky;position:sticky;top:0;z-index:10;background-color:transparent;padding:12px 16px}.VAgentChatArea_content__67_Br{overflow-y:visible;min-height:auto;margin-top:-56px;padding-top:56px}.VAgentChatArea_inputWrapper__LB5ZC{position:-webkit-sticky;position:sticky;bottom:0;z-index:10;background-color:#fff}}.VAgentChatArea_headerInner__iq8eM{width:100%}.VAgentChatArea_content__67_Br{flex:1 1;overflow-y:auto;min-height:0;display:flex;flex-direction:column;align-items:center}.VAgentChatArea_loadMoreSentinel__CHLUA{display:flex;justify-content:center;padding:12px 0;min-height:1px}.VAgentChatArea_loadingDots__DhDsB{display:flex;gap:4px;align-items:center}.VAgentChatArea_loadingDots__DhDsB span{width:4px;height:4px;border-radius:50%;background-color:#adaaa6;animation:VAgentChatArea_dotPulse__EH3Br 1.2s ease-in-out infinite}.VAgentChatArea_loadingDots__DhDsB span:nth-child(2){animation-delay:.2s}.VAgentChatArea_loadingDots__DhDsB span:nth-child(3){animation-delay:.4s}@keyframes VAgentChatArea_dotPulse__EH3Br{0%,80%,to{opacity:.3}40%{opacity:1}}.VAgentChatArea_historyButtonWrapper__7C8JT{position:-webkit-sticky;position:sticky;top:15px;align-self:flex-end;margin-right:20px;z-index:10}.VAgentChatArea_contentInner__I36iu{width:100%;max-width:760px}.VAgentChatArea_inputWrapper__LB5ZC{flex-shrink:0;position:relative;display:flex;flex-direction:column;align-items:center;padding:16px 24px 24px;background-color:#fff}.VAgentChatArea_scrollDownButton__X9yZH{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d0cecc;border-radius:9999px;box-shadow:0 4px 8px rgba(0,0,0,.2);cursor:pointer;padding:0;transition:background .15s;color:#403f3c;z-index:5}.VAgentChatArea_scrollDownButton__X9yZH:hover{background:#f5f4f4}.VAgentChatArea_scrollDownButton__X9yZH svg{width:24px;height:24px}.VAgentChatArea_inputInner__PiWPo{width:100%;max-width:740px}.VAgentChatArea_inputArea__c71Hi{position:relative}.VAgentChatArea_structuredQuestionOverlay__kLLnG{position:absolute;bottom:0;left:0;right:0;z-index:5}.VAgentChatArea_quotaBanner__ka6Uf{margin-bottom:10px}.VAgentChatArea_quotaBannerText__nlrFe{white-space:pre-line;word-break:keep-all}.VAgentChatArea_disclaimer__Eygku{margin-top:8px;text-align:center;font-size:12px;color:#999590}.VAgentChatArea_projectArea__kFYFc{position:relative;display:flex;flex-direction:column;align-items:center;height:100%;min-height:0;padding:0 24px;overflow-y:auto}@media(max-width:768px){.VAgentChatArea_projectArea__kFYFc{padding:0 16px}}.VAgentChatArea_projectContainer__NOwaY{width:100%;max-width:760px;display:flex;flex-direction:column;gap:0}.VAgentChatArea_welcomeArea__962mG{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:0;padding:40px 24px;overflow-y:auto}@media(max-width:768px){.VAgentChatArea_welcomeArea__962mG{padding:24px 16px}}.VAgentChatArea_welcomeInputWrapper__ehNNA{width:100%;max-width:680px;margin-bottom:20px}@media(max-width:768px){.VAgentChatArea_welcomeInputWrapper__ehNNA{padding:0 16px}}.VAgentChatArea_suggestionsWrapper__36FV9{width:100%;max-width:680px;padding:0}.VAgentChatArea_loadingMessage__rfc9u{display:flex;align-items:center;justify-content:center;font-size:14px;color:#999590}.VAgentChatArea_errorState__NMWp2{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:40px 24px}.VAgentChatArea_errorStateTitle__EQNIa{font-size:16px;font-weight:600;color:#403f3c;margin:0}.VAgentChatArea_errorStateDescription__AK9Ji{font-size:14px;color:#999590;margin:0 0 8px}.VAgentChatArea_accessDenied__JUG2r{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.VAgentChatArea_accessDenied__JUG2r h2{font-size:18px;font-weight:600;color:#403f3c;margin:0}.VAgentChatArea_accessDenied__JUG2r p{font-size:14px;color:#999590;margin:0}
/*# sourceMappingURL=1a933d2535f6cc22.css.map*/