:root{color:#272727;background:#f0f0f0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans TC,sans-serif}*{box-sizing:border-box}body{background:#f0f0f0;min-width:320px;min-height:100vh;margin:0}button,textarea{font:inherit}.app-shell{justify-content:center;min-height:100vh;padding:32px 16px;display:flex}.chat-panel{background:#fff;border:1px solid #dedede;border-radius:24px;flex-direction:column;width:min(960px,100%);height:calc(100vh - 64px);display:flex;overflow:hidden;box-shadow:0 18px 50px #00000014}.chat-header{background:#fbfbfb;border-bottom:1px solid #ececec;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 28px;display:flex}.eyebrow{color:#777;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:13px}.chat-header h1{margin:0;font-size:28px;line-height:1.2}.api-status{text-align:right;color:#6a6a6a;gap:4px;max-width:380px;font-size:13px;display:grid}.api-status strong{color:#333;word-break:break-all}.message-list{background:#f7f7f7;flex-direction:column;flex:1;gap:16px;padding:24px 28px;display:flex;overflow-y:auto}.message-row{display:flex}.message-row.left{justify-content:flex-start}.message-row.right{justify-content:flex-end}.message-bubble{white-space:pre-wrap;word-break:break-word;border-radius:18px;width:fit-content;max-width:min(720px,86%);padding:16px 18px;line-height:1.7}.message-bubble p{margin:0}.message-bubble.assistant{background:#fff;border:1px solid #e6e6e6}.message-bubble.user{background:#e6e6e6}.message-bubble.muted{color:#777}.message-meta{color:#888;margin-top:10px;font-size:12px;display:block}.error-box{color:#9b1c1c;background:#fff1f1;border:1px solid #f0b8b8;border-radius:12px;margin:0 28px 16px;padding:12px 14px}.chat-form{background:#fff;border-top:1px solid #ececec;gap:12px;padding:18px 20px 22px;display:flex}.chat-form textarea{resize:none;border:1px solid #cfcfcf;border-radius:16px;outline:none;flex:1;min-height:54px;max-height:160px;padding:14px 16px;line-height:1.5}.chat-form textarea:focus{border-color:#777}.chat-form button{color:#fff;cursor:pointer;background:#272727;border:none;border-radius:16px;width:96px}.chat-form button:disabled{cursor:not-allowed;opacity:.45}@media (width<=720px){.app-shell{padding:0}.chat-panel{border-radius:0;height:100vh}.chat-header{flex-direction:column}.api-status{text-align:left}.chat-form{flex-direction:column}.chat-form button{width:100%;min-height:48px}}.product-card-list{gap:12px;margin-top:16px;display:grid}.product-card{background:#fafafa;border:1px solid #e4e4e4;border-radius:16px;grid-template-columns:96px 1fr;align-items:center;gap:14px;padding:12px;display:grid}.product-card-image{object-fit:cover;background:#eee;border-radius:14px;width:96px;height:96px}.product-card-image.placeholder{color:#888;justify-content:center;align-items:center;font-size:13px;display:flex}.product-card-body{gap:10px;display:grid}.product-card-body h3{color:#272727;margin:0;font-size:17px;line-height:1.4}.product-card-link{color:#fff;background:#272727;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:36px;padding:0 14px;font-size:14px;text-decoration:none;display:inline-flex}.product-card-link:hover{opacity:.86}.product-card-note{color:#777;font-size:14px}@media (width<=560px){.product-card{grid-template-columns:72px 1fr}.product-card-image{width:72px;height:72px}}
