@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}#app{max-width:1280px;margin:0 auto;text-align:left}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}#app{width:100%;height:100%}.app-container{display:flex;flex-direction:column;width:100%;height:100%;max-width:100%;overflow:hidden}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;padding:8px 0;padding-bottom:calc(8px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -2px 10px #0000001a;z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 16px;background:transparent;border:none;cursor:pointer;transition:all .2s}.nav-item:active{transform:scale(.95)}.nav-icon{font-size:24px;margin-bottom:4px}.nav-label{font-size:12px;color:#999;font-weight:500}.nav-item.active .nav-label{color:#667eea}.chat-page[data-v-f53e4b08]{display:flex;flex-direction:column;height:100%;background:#fff}.chat-page .chat-header[data-v-f53e4b08]{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top));background:#fff;flex-shrink:0}.chat-page .back-btn-img[data-v-f53e4b08],.chat-page .add-btn-img[data-v-f53e4b08]{width:24px;height:24px;border:none}.messages-wrapper[data-v-f53e4b08]{flex:1;overflow:hidden;display:flex;flex-direction:column}.messages-wrapper .chat-context-container[data-v-f53e4b08]{flex:1;overflow-y:auto;padding:16px 8px 8px;color:#333;-webkit-overflow-scrolling:touch}.messages-wrapper .chat-context-container .message-row[data-v-f53e4b08]{display:flex}.messages-wrapper .chat-context-container .message-row.user[data-v-f53e4b08]{justify-content:flex-end}.messages-wrapper .chat-context-container .message-bubble[data-v-f53e4b08]{max-width:75%;padding:6px 0;border-radius:12px;word-break:break-word;font-size:15px;line-height:1.2}.user-msg-container[data-v-f53e4b08]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.user-msg-container .user-info[data-v-f53e4b08]{display:flex;flex-direction:column;justify-content:center;align-items:center}.user-msg-container .user-info img[data-v-f53e4b08]{margin-left:4px;width:28px;height:28px;border:1px solid #333;border-radius:50%}.user-msg-container .user-info .user-name[data-v-f53e4b08]{margin-top:4px;font-size:12px;font-weight:500}.assistant-msg-container[data-v-f53e4b08]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.assistant-msg-container .assistant-info[data-v-f53e4b08]{display:flex;flex-direction:column;justify-content:center;align-items:center}.assistant-msg-container .assistant-info img[data-v-f53e4b08]{margin-right:4px;width:28px;height:28px;border-radius:50%}.assistant-msg-container .assistant-info .user-name[data-v-f53e4b08]{margin-top:4px;font-size:12px;font-weight:500}.user-message-content[data-v-f53e4b08]{background:#10a37f;padding:6px 8px;color:#fff;border-radius:6px}.message-content[data-v-f53e4b08]{margin-top:12px;max-width:85%}.message-content .answer-desc[data-v-f53e4b08]{display:flex;align-items:center;gap:4px;padding:12px 16px;border-radius:8px;font-size:14px;background-color:#f8f8f8;line-height:1.2}.message-content .answer-desc .star-img[data-v-f53e4b08]{width:20px;height:20px}.message-content .target-wrapper[data-v-f53e4b08]{margin:12px 6px}.message-content .target-wrapper .info[data-v-f53e4b08]{display:flex;align-items:center;gap:4px;margin:16px 0}.message-content .target-wrapper .info .add-goods-img[data-v-f53e4b08]{width:12px;height:12px}.message-content .target-wrapper .info .target-title[data-v-f53e4b08]{font-size:14px;font-weight:700;color:#333}.message-content .target-desc[data-v-f53e4b08]{display:block;font-size:12px;color:#666;margin:0;line-height:1.2}.message-content p[data-v-f53e4b08]{background-color:#01a37f;padding:6px 12px;color:red;border-radius:6px}.message-content .assistant-msg-thinking[data-v-f53e4b08]{margin-bottom:12px;border:1px solid #eaeaea;border-radius:8px;overflow:hidden}.message-content .assistant-msg-thinking .thinking-header[data-v-f53e4b08]{display:flex;justify-content:space-between;align-items:center;padding:2px 8px;background-color:#f7f7f7;cursor:pointer}.message-content .assistant-msg-thinking .thinking-header span[data-v-f53e4b08]{font-weight:500;color:#333;font-size:14px}.message-content .assistant-msg-thinking .thinking-header .thinking-toggle-btn[data-v-f53e4b08]{background:none;border:none;color:#666;font-size:14px;cursor:pointer;padding:2px 4px;transition:transform .3s ease}.message-content .assistant-msg-thinking .thinking-header .thinking-toggle-btn[data-v-f53e4b08]:hover{background-color:#0000000d;border-radius:4px}.message-content .assistant-msg-thinking .thinking-header .thinking-toggle-btn.expanded[data-v-f53e4b08]{transform:rotate(180deg)}.message-content .assistant-msg-thinking .thinking-content[data-v-f53e4b08]{padding:10px 12px;font-size:14px;line-height:1.5;color:#555}.message-content .assistant-msg-thinking .thinking-content.collapsed[data-v-f53e4b08]{max-height:0;padding-top:0;padding-bottom:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.message-content .assistant-msg-thinking .thinking-content.expanded[data-v-f53e4b08]{max-height:200px;overflow-y:auto;transition:max-height .3s ease,padding .3s ease}.message-content .assistant-msg-thinking .thinking-content.expanded[data-v-f53e4b08]::-webkit-scrollbar{width:6px}.message-content .assistant-msg-thinking .thinking-content.expanded[data-v-f53e4b08]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.message-content .assistant-msg-thinking .thinking-content.expanded[data-v-f53e4b08]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.message-content .assistant-msg-thinking .thinking-content.expanded[data-v-f53e4b08]::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.assistant-msg-thinking-text[data-v-f53e4b08]{margin-left:4px;padding:4px 8px;font-size:14px;color:#555}.detail-list[data-v-f53e4b08]{display:flex;flex-direction:column;gap:12px}.detail-list .detail-item[data-v-f53e4b08]{padding:10px 6px}.detail-list .detail-item .detail-name[data-v-f53e4b08]{margin-bottom:12px;font-size:16px;font-weight:700;color:#000}.detail-list .detail-item .detail-desc[data-v-f53e4b08]{font-size:16px;color:#000;margin-bottom:16px;line-height:1.4}.detail-list .detail-item .detail-desc .sub-detail-list[data-v-f53e4b08]{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding-top:8px;border-top:1px dashed #e5e5e5}.sub-detail-item[data-v-f53e4b08]{display:flex;flex-direction:column}.sub-detail-item .sub-detail-name[data-v-f53e4b08]{font-size:14px;font-weight:700;color:#000}.sub-detail-item .sub-detail-desc[data-v-f53e4b08]{padding-left:16px;margin:0;font-size:12px;color:#000;line-height:2}.sub-detail-item .sub-detail-taste[data-v-f53e4b08]{padding-left:16px;font-size:12px;color:#000;line-height:2}.goods-list-container[data-v-f53e4b08]{margin:8px 0;padding:8px 12px;border-radius:8px;background:#f8f8f8;width:80vw;box-sizing:border-box}.goods-scroll-container[data-v-f53e4b08]{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.goods-scroll-container[data-v-f53e4b08]::-webkit-scrollbar{height:0}.goods-list-container[data-v-f53e4b08]::-webkit-scrollbar{display:none}.goods-card[data-v-f53e4b08]{flex:0 0 80px;display:flex;flex-direction:column;margin-right:12px;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000001a}.goods-img[data-v-f53e4b08]{width:100%;height:80px;object-fit:cover}.goods-info[data-v-f53e4b08]{padding:4px 6px}.goods-name[data-v-f53e4b08]{font-size:10px;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80px}.goods-price[data-v-f53e4b08]{font-size:10px;color:#af655d;font-weight:700}.navigation[data-v-f53e4b08]{margin-top:8px;text-align:right;font-size:12px;color:#8076c2;text-decoration:underline}.answer-end[data-v-f53e4b08]{margin-top:12px;font-size:12px;color:#333}.answer-like[data-v-f53e4b08]{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-right:12px}.answer-like .like-img[data-v-f53e4b08],.answer-like .unlike-img[data-v-f53e4b08]{text-align:center;width:24px;height:24px;border:1px solid #e5e5e5;border-radius:6px}.answer-like .like-img img[data-v-f53e4b08],.answer-like .unlike-img img[data-v-f53e4b08]{width:16px;height:16px}.answer-like .unlike-img[data-v-f53e4b08]{transform:rotate(180deg)}textarea[data-v-f53e4b08]{flex:1;padding:6px 0;border:none;background:transparent;resize:none;font-family:inherit;font-size:15px;line-height:1.4;max-height:100px;color:#333;outline:none}textarea[data-v-f53e4b08]::placeholder{color:#999}.thinking-toggle-btn[data-v-f53e4b08]{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#10a37f;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:700;transition:all .2s;flex-shrink:0}.thinking-toggle-btn[data-v-f53e4b08]:active{transform:scale(.95)}.thinking-toggle-btn[data-v-f53e4b08]:disabled{background:#ccc;cursor:not-allowed}.message-row.assistant[data-v-f53e4b08]{justify-content:flex-start}.message-bubble.assistant[data-v-f53e4b08]{background:#f5f5f5;color:#333;border-bottom-left-radius:4px}.loading-dots[data-v-f53e4b08]{display:inline-block;position:relative;width:1.5em;height:1em}.loading-dots span[data-v-f53e4b08]{position:absolute;top:0;font-size:1em;animation:loading-dots-f53e4b08 1.4s infinite ease-in-out both}.loading-dots span[data-v-f53e4b08]:nth-child(1){left:0;animation-delay:-.32s}.loading-dots span[data-v-f53e4b08]:nth-child(2){left:.5em;animation-delay:-.16s}.loading-dots span[data-v-f53e4b08]:nth-child(3){left:1em}@keyframes loading-dots-f53e4b08{0%,80%,to{opacity:0}40%{opacity:1}}.input-wrapper[data-v-f53e4b08]{padding:8px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));background:#fff;flex-shrink:0}.input-wrapper .input-container[data-v-f53e4b08]{display:flex;align-items:center;gap:16px;background:#f5f5f5;border-radius:12px;padding:4px 8px 4px 12px;border:1px solid #e5e5e5}.input-wrapper .input-container .microphone-btn-img[data-v-f53e4b08]{width:24px;height:24px;border:none}.input-wrapper .input-container .send-btn-img[data-v-f53e4b08]{width:28px;height:28px;border:none}
