.AgentChatBot_container__BsLku{display:flex;flex-direction:column;background-color:#fff;border-radius:6px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;position:relative}.AgentChatBot_header__Gflci{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;color:#fff}.AgentChatBot_logo__SDTMo{height:80px;width:auto;object-fit:contain}.AgentChatBot_actions__UWAFk{display:flex;gap:12px}.AgentChatBot_actions__UWAFk button{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s}.AgentChatBot_actions__UWAFk button:hover{background-color:hsla(0,0%,100%,.1)}.AgentChatBot_threadButton__Vvxkr{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s}.AgentChatBot_threadButton__Vvxkr:hover{background-color:hsla(0,0%,100%,.1)}.AgentChatBot_threadsPanel__gq0D5{position:absolute;top:0;left:0;width:300px;height:100%;background-color:#fff;box-shadow:2px 0 4px rgba(0,0,0,.1);z-index:10;display:flex;flex-direction:column}.AgentChatBot_threadsHeader__zbVfL{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e0e0e0}.AgentChatBot_threadsHeader__zbVfL h3{margin:0;font-size:18px;color:#333}.AgentChatBot_threadsHeader__zbVfL button{background:none;border:none;color:#666;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s}.AgentChatBot_threadsHeader__zbVfL button:hover{background-color:#f5f5f5}.AgentChatBot_threadsList__sCZEA{flex:1 1;overflow-y:auto;padding:16px}.AgentChatBot_newThreadButton__EvML8{width:100%;padding:12px;background-color:#4a90e2;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;margin-bottom:16px;transition:background-color .2s}.AgentChatBot_newThreadButton__EvML8:hover{background-color:#357abd}.AgentChatBot_threadItem__8lo17{width:100%;padding:12px;background-color:#f5f5f5;border:none;border-radius:8px;cursor:pointer;margin-bottom:8px;text-align:left;transition:background-color .2s}.AgentChatBot_threadItem__8lo17:hover{background-color:#e0e0e0}.AgentChatBot_threadItem__8lo17.AgentChatBot_active__Lbnu0{background-color:#e3f2fd;border:1px solid #4a90e2}.AgentChatBot_threadInfo__rhMMd{display:flex;flex-direction:column;gap:4px}.AgentChatBot_threadId__VwuWb{font-weight:600;color:#333}.AgentChatBot_threadDate__pzzU8{font-size:12px;color:#666}.AgentChatBot_messages__n__gd{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.AgentChatBot_message__YCTH_{max-width:80%;padding:12px 16px;border-radius:12px;color:#fff;animation:AgentChatBot_fadeIn__tgSGS .3s ease-in-out}.AgentChatBot_message__YCTH_.AgentChatBot_user__m7EuU{align-self:flex-end;background-color:#000}.AgentChatBot_message__YCTH_.AgentChatBot_assistant__YrKlz{align-self:flex-start;background-color:#4a90e2}.AgentChatBot_message__YCTH_ img,.AgentChatBot_message__YCTH_ video{height:auto}.AgentChatBot_message__YCTH_ iframe,.AgentChatBot_message__YCTH_ img,.AgentChatBot_message__YCTH_ video{max-width:100%;border-radius:8px;margin:8px 0;box-shadow:0 2px 8px rgba(0,0,0,.1);display:block}.AgentChatBot_message__YCTH_ div iframe,.AgentChatBot_message__YCTH_ div img,.AgentChatBot_message__YCTH_ div video{max-width:100%;width:auto;height:auto}@media (max-width:768px){.AgentChatBot_message__YCTH_ iframe,.AgentChatBot_message__YCTH_ img,.AgentChatBot_message__YCTH_ video{max-width:100%;height:auto}}.AgentChatBot_loading__YXaf4{display:flex;justify-content:center;padding:12px}.AgentChatBot_spinner___U24H{animation:AgentChatBot_spin__5bbfC 1s linear infinite}.AgentChatBot_inputContainer__J5Dzt{display:flex;gap:12px;padding:16px;background-color:#f5f5f5;border-top:1px solid #e0e0e0}.AgentChatBot_inputContainer__J5Dzt input{flex:1 1;padding:12px 20px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s}.AgentChatBot_inputContainer__J5Dzt input:focus{border-color:#4a90e2}.AgentChatBot_inputContainer__J5Dzt button{display:flex;align-items:center;justify-content:center;padding:12px 24px;background-color:#4a90e2;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.AgentChatBot_inputContainer__J5Dzt button:hover{background-color:#357abd}.AgentChatBot_inputContainer__J5Dzt button:disabled{background-color:#ccc;cursor:not-allowed}.AgentChatBot_modalOverlay__xLr_U{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.AgentChatBot_modal__Vma55{background-color:#fff;padding:24px;border-radius:12px;width:90%;max-width:400px}.AgentChatBot_modal__Vma55 h3{margin:0 0 16px;color:#333}.AgentChatBot_modal__Vma55 p{margin:0 0 24px;color:#666}.AgentChatBot_modalActions__UwRNw{display:flex;justify-content:flex-end;gap:12px}.AgentChatBot_modalActions__UwRNw button{padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s}.AgentChatBot_modalActions__UwRNw button:first-child{background-color:#f5f5f5;border:1px solid #e0e0e0;color:#333}.AgentChatBot_modalActions__UwRNw button:first-child:hover{background-color:#e0e0e0}.AgentChatBot_modalActions__UwRNw button:last-child{background-color:#4a90e2;border:none;color:#fff}.AgentChatBot_modalActions__UwRNw button:last-child:hover{background-color:#357abd}.AgentChatBot_modalActions__UwRNw button:disabled{background-color:#ccc;cursor:not-allowed}@keyframes AgentChatBot_fadeIn__tgSGS{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes AgentChatBot_spin__5bbfC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.AgentChatBot_container__BsLku{width:100%!important;height:100dvh!important;height:calc(var(--vh, 1vh) * 100)!important;border-radius:0;box-shadow:none}.AgentChatBot_header__Gflci{padding:8px 12px;min-height:60px}.AgentChatBot_logo__SDTMo{height:50px;max-width:120px}.AgentChatBot_actions__UWAFk{gap:8px}.AgentChatBot_actions__UWAFk button,.AgentChatBot_threadButton__Vvxkr{padding:6px;font-size:14px}.AgentChatBot_threadsPanel__gq0D5{width:100%;position:fixed;top:0;left:0;z-index:1000}.AgentChatBot_threadsHeader__zbVfL{padding:12px;min-height:60px}.AgentChatBot_threadsHeader__zbVfL h3{font-size:16px}.AgentChatBot_threadsHeader__zbVfL button{padding:6px;font-size:14px}.AgentChatBot_threadsList__sCZEA{padding:8px}.AgentChatBot_newThreadButton__EvML8{padding:12px;font-size:14px;margin:8px}.AgentChatBot_threadItem__8lo17{padding:10px;margin-bottom:6px;font-size:14px}.AgentChatBot_threadInfo__rhMMd{gap:6px}.AgentChatBot_threadId__VwuWb{font-size:12px}.AgentChatBot_threadDate__pzzU8{font-size:11px}.AgentChatBot_messages__n__gd{padding:8px 12px;gap:8px}.AgentChatBot_message__YCTH_{max-width:90%;padding:8px 12px;font-size:14px;line-height:1.4}.AgentChatBot_message__YCTH_.AgentChatBot_user__m7EuU{margin-left:auto}.AgentChatBot_message__YCTH_.AgentChatBot_assistant__YrKlz{margin-right:auto}.AgentChatBot_message__YCTH_ iframe,.AgentChatBot_message__YCTH_ img,.AgentChatBot_message__YCTH_ video{max-width:100%;max-height:200px}.AgentChatBot_inputContainer__J5Dzt{padding:12px 16px 8px!important;gap:8px}.AgentChatBot_inputContainer__J5Dzt textarea{min-height:36px!important;max-height:120px!important;font-size:14px!important;padding:8px 12px!important}.AgentChatBot_inputContainer__J5Dzt button{min-height:36px!important;max-height:36px!important;font-size:14px!important;padding:8px 12px!important}.AgentChatBot_modal__Vma55{width:95%;max-width:350px;padding:20px;margin:20px}.AgentChatBot_modal__Vma55 h3{font-size:16px;margin-bottom:12px}.AgentChatBot_modal__Vma55 p{font-size:14px;margin-bottom:20px}.AgentChatBot_modalActions__UwRNw{gap:8px}.AgentChatBot_modalActions__UwRNw button{padding:10px 14px;font-size:14px}}@media (max-width:480px){.AgentChatBot_container__BsLku{height:100dvh!important;height:calc(var(--vh, 1vh) * 100)!important}.AgentChatBot_header__Gflci{padding:6px 10px;min-height:50px}.AgentChatBot_logo__SDTMo{height:40px;max-width:100px}.AgentChatBot_actions__UWAFk button,.AgentChatBot_threadButton__Vvxkr{padding:5px;font-size:12px}.AgentChatBot_threadsHeader__zbVfL{padding:10px;min-height:50px}.AgentChatBot_threadsHeader__zbVfL h3{font-size:15px}.AgentChatBot_threadsList__sCZEA{padding:6px}.AgentChatBot_newThreadButton__EvML8{padding:10px;font-size:13px;margin:6px}.AgentChatBot_threadItem__8lo17{padding:8px;margin-bottom:4px;font-size:13px}.AgentChatBot_messages__n__gd{padding:6px 10px;gap:6px}.AgentChatBot_message__YCTH_{max-width:95%;padding:6px 10px;font-size:13px;line-height:1.3}.AgentChatBot_inputContainer__J5Dzt{padding:10px 12px 6px!important;gap:6px}.AgentChatBot_inputContainer__J5Dzt textarea{min-height:32px!important;max-height:100px!important;font-size:13px!important;padding:6px 10px!important}.AgentChatBot_inputContainer__J5Dzt button{min-height:32px!important;max-height:32px!important;font-size:13px!important;padding:6px 10px!important}.AgentChatBot_modal__Vma55{width:98%;max-width:300px;padding:16px;margin:10px}.AgentChatBot_modal__Vma55 h3{font-size:15px}.AgentChatBot_modal__Vma55 p{font-size:13px}.AgentChatBot_modalActions__UwRNw button{padding:8px 12px;font-size:13px}}@media (max-width:768px){.AgentChatBot_actions__UWAFk button,.AgentChatBot_inputContainer__J5Dzt button,.AgentChatBot_newThreadButton__EvML8,.AgentChatBot_threadButton__Vvxkr,.AgentChatBot_threadItem__8lo17,.AgentChatBot_threadsHeader__zbVfL button{min-height:44px;min-width:44px}.AgentChatBot_threadItem__8lo17{cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,.1)}.AgentChatBot_inputContainer__J5Dzt button,.AgentChatBot_inputContainer__J5Dzt textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:8px}.AgentChatBot_inputContainer__J5Dzt textarea{font-size:16px!important}.AgentChatBot_messages__n__gd,.AgentChatBot_threadsList__sCZEA{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.AgentChatBot_message__YCTH_{word-wrap:break-word;overflow-wrap:break-word}.AgentChatBot_container__BsLku,.AgentChatBot_messages__n__gd{overflow-x:hidden}}@media (max-width:768px) and (orientation:landscape){.AgentChatBot_header__Gflci{min-height:50px;padding:6px 12px}.AgentChatBot_logo__SDTMo{height:40px}.AgentChatBot_inputContainer__J5Dzt{padding:8px 16px 6px!important}.AgentChatBot_inputContainer__J5Dzt textarea{min-height:32px!important;max-height:80px!important}.AgentChatBot_inputContainer__J5Dzt button{min-height:32px!important;max-height:32px!important}}.AccessDenied_container__41XWa{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:2rem;text-align:center;border-radius:8px;margin:1rem}.AccessDenied_default__qQhAU{background-color:#f9fafb;border:1px solid #e5e7eb}.AccessDenied_warning__jpr47{background-color:#fffbeb;border:1px solid #fde68a}.AccessDenied_error__qkd0r{background-color:#fef2f2;border:1px solid #fecaca}.AccessDenied_icon__p5ADz{margin-bottom:1rem}.AccessDenied_defaultIcon__LS6WR{color:#6b7280}.AccessDenied_warningIcon__tuUgU{color:#f59e0b}.AccessDenied_errorIcon__32xDY{color:#ef4444}.AccessDenied_title__WP0XW{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.AccessDenied_defaultTitle__Yco7a{color:#374151}.AccessDenied_warningTitle__s6OAC{color:#92400e}.AccessDenied_errorTitle___QxEc{color:#991b1b}.AccessDenied_message__NWAx5{margin-bottom:1rem}.AccessDenied_defaultMessage__8yLdl{color:#6b7280}.AccessDenied_warningMessage__dBJ6m{color:#d97706}.AccessDenied_errorMessage__pD1mD{color:#dc2626}.AccessDenied_permissionBox__hi_10{background-color:#fff;padding:.5rem 1rem;border-radius:6px;border:1px solid #e5e7eb;margin-top:1rem}.AccessDenied_permissionText__WVyyM{font-size:.875rem;color:#6b7280}.AccessDenied_permissionCode__3wwQM{background-color:#f3f4f6;padding:.25rem .5rem;border-radius:4px;color:#374151;font-family:Courier New,monospace;font-size:.875rem}.encryption_master_screen_overlay__NgQGJ{position:relative;width:100%;height:100%;background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#cbd5e1);display:flex;align-items:center;justify-content:center;padding:1.6rem;border-radius:12px;border:1px solid #e2e8f0}.encryption_master_screen_container__c08qF{width:100%;max-width:500px;animation:encryption_master_screen_fadeIn__vcRoM .3s ease-in-out;display:flex;align-items:center;justify-content:center}@keyframes encryption_master_screen_fadeIn__vcRoM{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.encryption_master_screen_content__t1aDE{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);border:1px solid #e2e8f0;width:100%;max-width:500px}.encryption_master_screen_header__z74BK{text-align:center;margin-bottom:2rem}.encryption_master_screen_iconContainer__C8N0C{position:relative;display:inline-block;margin-bottom:1.2rem}.encryption_master_screen_shieldIcon__jwaup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#3b82f6;width:64px;height:64px;opacity:.2}.encryption_master_screen_lockIcon__9Uooz{position:relative;color:#1e40af;width:48px;height:48px;z-index:1}.encryption_master_screen_title__owB5S{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .6rem;letter-spacing:-.02em}.encryption_master_screen_subtitle__64Fbw{font-size:1.125rem;font-weight:600;color:#475569;margin:0 0 .4rem}.encryption_master_screen_description__uSIY3{font-size:.9375rem;color:#64748b;margin:0;line-height:1.6}.encryption_master_screen_form__n3mOZ{display:flex;flex-direction:column;gap:1rem}.encryption_master_screen_inputGroup__FHg1_{display:flex;flex-direction:column;gap:.4rem}.encryption_master_screen_label__PDlDh{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.2rem}.encryption_master_screen_labelIcon__sIUMJ{color:#6366f1}.encryption_master_screen_input__t4rzS{width:100%;padding:.7rem 1rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#1e293b;transition:all .2s ease;font-family:Courier New,monospace;letter-spacing:.1em}.encryption_master_screen_input__t4rzS:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.encryption_master_screen_input__t4rzS:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.encryption_master_screen_inputError__sq606{border-color:#ef4444}.encryption_master_screen_inputError__sq606:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.encryption_master_screen_errorContainer__NZHPe{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.encryption_master_screen_errorIcon__y0Hb7{flex-shrink:0;color:#ef4444}.encryption_master_screen_errorText__yzg9P{font-size:.875rem;font-weight:500}.encryption_master_screen_warningContainer__IXet6{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;color:#d97706}.encryption_master_screen_warningIcon__X27U8{flex-shrink:0;color:#f59e0b}.encryption_master_screen_warningText__9t6XH{font-size:.875rem;font-weight:500}.encryption_master_screen_lockoutContainer__92JFU{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.encryption_master_screen_lockoutIcon__l4IbJ{flex-shrink:0;color:#ef4444}.encryption_master_screen_lockoutText__KmOsK{font-size:.875rem;font-weight:600}.encryption_master_screen_submitButton__QtTiF{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#3b82f6);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-top:.4rem}.encryption_master_screen_submitButton__QtTiF:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(99,102,241,.4)}.encryption_master_screen_submitButton__QtTiF:active:not(:disabled){transform:translateY(0)}.encryption_master_screen_submitButton__QtTiF:disabled{opacity:.6;cursor:not-allowed;transform:none}.encryption_master_screen_spinner__3k7_e{animation:encryption_master_screen_spin__xiW8_ 1s linear infinite}@keyframes encryption_master_screen_spin__xiW8_{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.encryption_master_screen_securityNotice___gr5L{display:flex;align-items:flex-start;gap:.75rem;margin-top:1.6rem;padding:.8rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.encryption_master_screen_securityIcon__Qvorm{flex-shrink:0;color:#6366f1;margin-top:.1rem}.encryption_master_screen_securityText__E01Ks{font-size:.8125rem;color:#64748b;margin:0;line-height:1.5}@media (max-width:640px){.encryption_master_screen_overlay__NgQGJ{padding:.8rem}.encryption_master_screen_content__t1aDE{padding:1.6rem 1.5rem}.encryption_master_screen_title__owB5S{font-size:1.75rem}.encryption_master_screen_subtitle__64Fbw{font-size:1rem}.encryption_master_screen_description__uSIY3{font-size:.875rem}}