html,body,#app{margin:0;padding:0;height:100%;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:transparent}.smartsell-boot-error{padding:24px;color:#f56c6c;font-size:14px}.smartsell-chat-mask{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1}.smartsell-chat-mask .smartsell-chat-window{width:100%;height:100%;margin:0;border-radius:0;box-shadow:none}.smartsell-chat-window{display:flex;flex-direction:column;width:450px;height:600px;background-color:#fff;border-radius:10px;box-shadow:0 5px 40px #0003;overflow:hidden;transition:all .3s ease}.smartsell-chat-window.maximized{width:100%;height:100%;margin:0!important;border-radius:0;box-shadow:none}.smartsell-chat-header{display:flex;align-items:center;justify-content:space-between;height:50px;padding:0 15px;background-color:#1e293b;color:#fff;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}.smartsell-chat-header-left{display:flex;align-items:center}.smartsell-chat-logo{width:30px;height:30px;margin-right:10px;border-radius:25%}.smartsell-chat-logo.disconnected{filter:grayscale(100%);animation:logoJump .5s ease 2}@keyframes logoJump{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.smartsell-chat-title{font-size:15px;font-weight:600}.smartsell-chat-header-right{display:flex;gap:8px}.smartsell-chat-header-right button{background:none;border:none;color:#fff;cursor:pointer;padding:5px;border-radius:4px;display:flex;align-items:center;justify-content:center}.smartsell-chat-header-right button:hover{background-color:#ffffff1a}.smartsell-chat-messages{flex:1;overflow-y:auto;padding:20px;background-color:#f8f9fa}.smartsell-message{display:flex;margin-bottom:20px}.smartsell-message-ai{justify-content:flex-start}.smartsell-message-user{justify-content:flex-end}.smartsell-message-content{max-width:80%;padding:12px 16px;border-radius:10px;position:relative}.smartsell-message-ai .smartsell-message-content{background-color:#fff;box-shadow:0 1px 2px #0000001a;border-top-left-radius:2px}.smartsell-message-user .smartsell-message-content{background-color:#1e88e5;color:#fff;border-top-right-radius:2px}.smartsell-message-text{font-size:14px;word-break:break-word}.smartsell-message-text strong.md-heading{display:block;margin:6px 0 4px;font-size:15px}.smartsell-message-text code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em;padding:1px 4px;border-radius:3px;background:rgba(0,0,0,.06)}.smartsell-message-text .md-li{display:block;margin:2px 0}.smartsell-message-text a{color:#1e88e5;text-decoration:underline}.smartsell-message-sources{font-size:12px;color:#666;margin-top:6px;font-style:italic}.smartsell-message-actions{display:flex;gap:8px;margin-top:8px;justify-content:flex-end}.smartsell-message-actions button{background:none;border:none;cursor:pointer;padding:4px;color:#666;border-radius:4px;display:flex;align-items:center;justify-content:center}.smartsell-message-actions button:hover{background-color:#0000000d;color:#1e88e5}.smartsell-message-actions button.active{color:#1e88e5}.smartsell-message-actions button:disabled{opacity:.4;cursor:not-allowed}.smartsell-chat-input{display:flex;padding:15px;background-color:#fff;border-top:1px solid rgba(0,0,0,.1);flex-shrink:0}.smartsell-chat-powered{display:flex;align-items:center;justify-content:center;padding:10px 12px;background-color:#fff;border-top:1px solid rgba(0,0,0,.08);flex-shrink:0}.smartsell-chat-powered a{color:#707070;font-size:12px;line-height:1.4;text-decoration:none}.smartsell-chat-powered a:hover{color:#555;text-decoration:underline}.smartsell-chat-textarea{flex:1;border:1px solid #ddd;border-radius:20px;padding:10px 15px;resize:none;max-height:100px;min-height:30px;outline:none;font-family:inherit;font-size:14px}.smartsell-chat-textarea:focus{border-color:#1e88e5}.smartsell-chat-send{display:flex;align-items:center;justify-content:center;background-color:#1e88e5;color:#fff;border:none;border-radius:20px;cursor:pointer;padding:8px 16px;margin-left:8px;font-weight:500;transition:background-color .2s}.smartsell-chat-send svg{margin-right:5px}.smartsell-chat-send:hover{background-color:#166dba}.smartsell-message-loading{padding:16px;display:flex;justify-content:center;margin-bottom:10px}.smartsell-dot{width:8px;height:8px;margin:0 4px;background-color:#aaa;border-radius:50%;display:inline-block;animation:smartsell-dot-pulse 1.5s infinite ease-in-out}.smartsell-dot:nth-child(2){animation-delay:.5s}.smartsell-dot:nth-child(3){animation-delay:1s}@keyframes smartsell-dot-pulse{0%,to{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:1}}.smartsell-message-text card{display:block;max-width:400px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;margin:12px 0;overflow:hidden;transition:all .3s ease;border:1px solid #eaeaea}.smartsell-message-text card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001f}.smartsell-message-text card img{width:100%;height:180px;object-fit:cover;display:block;border-bottom:1px solid #f0f0f0}.smartsell-message-text card div{padding:12px}.smartsell-message-text card span{display:block;font-size:16px;font-weight:600;color:#333;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smartsell-message-text card time{display:inline-block;font-size:12px;color:#999;margin-top:4px;float:left}.smartsell-message-text card a{float:right;color:#1e88e5;text-decoration:none;font-size:12px;padding:4px 8px;border-radius:4px}.smartsell-message-text card:after{content:"";display:table;clear:both}
