#th-chef-button{position:fixed;bottom:20px;right:20px;width:56px;height:56px;border-radius:50%;background:#fff;border:none;box-shadow:0 4px 10px #0000004d;cursor:pointer;z-index:999999;font-size:26px;display:flex;align-items:center;justify-content:center}#th-chef-button .th-chef-badge{position:absolute;top:-2px;right:-2px;width:16px;height:16px;background:#007ac0;border-radius:50%;border:2px solid #fff;color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center}#th-chef-panel{position:fixed;bottom:88px;right:20px;width:340px;max-width:calc(100vw - 40px);height:460px;max-height:calc(100vh - 120px);background:#eef2f6;border-radius:12px;box-shadow:0 8px 24px #0000004d;z-index:999999;display:none;flex-direction:column;overflow:hidden;font-family:Lexend,sans-serif}#th-chef-panel.th-chef-open{display:flex}.th-chef-header{background:#1a2332;color:#fff;padding:12px 14px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:space-between}.th-chef-header button{background:none;border:none;color:#d0dae6;cursor:pointer;font-size:12px}.th-chef-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px;font-size:13px}.th-chef-bubble{padding:8px 12px;border-radius:10px;max-width:85%}.th-chef-bubble.assistant{align-self:flex-start;background:#fff;border-radius:10px 10px 10px 2px;color:#1a2332}.th-chef-bubble.user{align-self:flex-end;background:#007ac0;border-radius:10px 10px 2px;color:#fff}.th-chef-quick-replies{align-self:flex-end;display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.th-chef-quick-reply{background:#fff;border:1px solid #007ac0;color:#007ac0;padding:6px 10px;border-radius:14px;font-size:12px;cursor:pointer}.th-chef-product-card{background:#fff;border-radius:8px;padding:10px;box-shadow:0 2px 6px #0000001a;align-self:flex-start;max-width:85%}.th-chef-product-card .th-chef-product-name{font-weight:600;font-size:12px;color:#1a2332}.th-chef-product-card a{font-size:11px;color:#007ac0}.th-chef-input-row{display:flex;gap:6px;padding:10px;border-top:1px solid #d0dae6;background:#fff}.th-chef-input-row input{flex:1;border:1px solid #d0dae6;border-radius:6px;padding:6px 10px;font-family:Lexend,sans-serif;font-size:13px}.th-chef-input-row button{background:#007ac0;color:#fff;border:none;border-radius:6px;padding:6px 14px;cursor:pointer}
