*{margin:0!important;padding:0!important;box-sizing:border-box!important}html,body{width:100%!important;height:100%!important;background-color:#fff!important;color:#000!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif!important;font-size:16px!important;line-height:1.5!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}#app,.app-container{width:100%!important;height:100%!important;background-color:#fff!important}div,section,article,main,aside,nav,header,footer{background-color:#fff!important;color:#000!important}p,span,label,a,li,td,th{color:#000!important}h1,h2,h3,h4,h5,h6{color:#000!important;font-weight:500!important}button,input,textarea,select{background-color:#fff!important;color:#000!important;border:.5px solid #eeeeee!important;border-radius:0!important;box-shadow:none!important}input::placeholder,textarea::placeholder{color:#999!important}hr{border:none!important;border-top:.5px solid #eeeeee!important;margin:0!important}img{max-width:240px!important;height:auto!important}.chat-container{display:flex!important;flex-direction:column!important;height:100%!important;background-color:#fff!important}.chat-header{display:flex!important;align-items:center!important;justify-content:space-between!important;height:50px!important;padding:0 16px!important;background-color:#fff!important;border-bottom:.5px solid #eeeeee!important;position:relative!important}.chat-header-title{position:absolute!important;left:50%!important;transform:translate(-50%)!important;font-size:17px!important;font-weight:500!important;color:#000!important}.chat-header-subtitle{font-size:11px!important;color:#999!important;margin-top:2px!important}.chat-header-actions{display:flex!important;align-items:center!important;gap:16px!important;margin-left:auto!important}.header-icon{width:24px!important;height:24px!important;cursor:pointer!important;opacity:.6!important}.header-icon:hover{opacity:1!important}.chat-messages{flex:1!important;overflow-y:auto!important;padding:16px!important;background-color:#fff!important}.message-wrapper{display:flex!important;margin-bottom:16px!important;width:100%!important}.message-wrapper.user{justify-content:flex-end!important}.message-wrapper.ai{justify-content:flex-start!important}.message-bubble{max-width:70%!important;padding:10px 14px!important;border-radius:0!important;font-size:15px!important;line-height:1.6!important;word-wrap:break-word!important;white-space:pre-wrap!important;box-shadow:none!important}.message-bubble.user{background-color:#fff!important;color:#000!important;border:.5px solid #eeeeee!important}.message-bubble.ai{background-color:#fff!important;color:#000!important;border:none!important}.message-bubble img{max-width:240px!important;border-radius:0!important;display:block!important}.message-time{font-size:11px!important;color:#999!important;margin-top:4px!important;text-align:right!important}.chat-input-area{display:flex!important;align-items:flex-end!important;padding:10px 12px!important;background-color:#fff!important;border-top:.5px solid #eeeeee!important;gap:8px!important}.chat-toolbar{display:flex!important;align-items:center!important;gap:16px!important;padding:8px 12px!important;background-color:#fff!important;border-top:.5px solid #eeeeee!important}.toolbar-icon{width:28px!important;height:28px!important;cursor:pointer!important;opacity:.5!important}.toolbar-icon:hover{opacity:1!important}.chat-input-wrapper{flex:1!important;display:flex!important;align-items:flex-end!important;background-color:#fff!important}.chat-input{flex:1!important;padding:8px 12px!important;border:.5px solid #eeeeee!important;background-color:#fff!important;border-radius:0!important;font-size:15px!important;outline:none!important;min-height:36px!important;max-height:100px!important;resize:none!important;line-height:1.4!important;box-shadow:none!important}.send-button{padding:8px 16px!important;background-color:#fff!important;color:#000!important;border:.5px solid #eeeeee!important;border-radius:0!important;font-size:14px!important;cursor:pointer!important;min-width:60px!important;height:36px!important;box-shadow:none!important}.send-button:hover{background-color:#f5f5f5!important}.send-button:disabled{color:#ccc!important;cursor:not-allowed!important;background-color:#fff!important}.upload-button{width:36px!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;background-color:#fff!important;border:.5px solid #eeeeee!important;border-radius:0!important;cursor:pointer!important;box-shadow:none!important}.upload-button:hover{background-color:#f5f5f5!important}.upload-icon{width:20px!important;height:20px!important;opacity:.6!important}.image-preview{position:relative!important;margin-bottom:8px!important}.image-preview img{max-width:240px!important;border:.5px solid #eeeeee!important}.image-preview-close{position:absolute!important;top:-8px!important;right:-8px!important;width:20px!important;height:20px!important;background-color:#fff!important;border:.5px solid #eeeeee!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;font-size:12px!important}.login-container{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;height:100%!important;padding:20px!important;background-color:#fff!important}.login-title{font-size:22px!important;font-weight:500!important;margin-bottom:30px!important;color:#000!important}.login-form{width:100%!important;max-width:300px!important}.form-group{margin-bottom:16px!important}.form-label{display:block!important;margin-bottom:6px!important;font-size:14px!important;color:#000!important}.form-input{width:100%!important;padding:10px 12px!important;border:.5px solid #eeeeee!important;border-radius:0!important;font-size:15px!important;outline:none!important;box-shadow:none!important}.form-button{width:100%!important;padding:12px!important;background-color:#fff!important;color:#000!important;border:.5px solid #eeeeee!important;border-radius:0!important;font-size:16px!important;cursor:pointer!important;margin-top:10px!important;box-shadow:none!important}.form-button:hover{background-color:#f5f5f5!important}.form-link{display:block!important;text-align:center!important;margin-top:16px!important;color:#000!important;font-size:14px!important;text-decoration:none!important}.form-link:hover{text-decoration:underline!important}.divider{height:.5px!important;background-color:#eee!important;margin:16px 0!important}.section-title{font-size:14px!important;font-weight:500!important;color:#000!important;margin-bottom:12px!important}.analysis-section{margin-bottom:16px!important}.analysis-label{font-size:13px!important;font-weight:500!important;color:#000!important;margin-bottom:6px!important}.analysis-content{font-size:14px!important;color:#000!important;line-height:1.6!important}.typing-indicator{display:flex!important;align-items:center!important;gap:4px!important;padding:10px 14px!important}.typing-dot{width:6px!important;height:6px!important;background-color:#999!important;border-radius:50%!important;animation:typing 1.4s infinite ease-in-out!important}.typing-dot:nth-child(1){animation-delay:0s!important}.typing-dot:nth-child(2){animation-delay:.2s!important}.typing-dot:nth-child(3){animation-delay:.4s!important}@keyframes typing{0%,60%,to{transform:translateY(0)!important;opacity:.4!important}30%{transform:translateY(-4px)!important;opacity:1!important}}::-webkit-scrollbar{width:4px!important}::-webkit-scrollbar-track{background:#fff!important}::-webkit-scrollbar-thumb{background:#eee!important;border-radius:0!important}::-webkit-scrollbar-thumb:hover{background:#ccc!important}
